summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2024-08-09 17:37:42 -0400
committerVineet Kumar <git@vineetk.net>2024-08-09 17:38:01 -0400
commit97c213ebae30c23073ed90ad55658f61a9e84ae1 (patch)
treeb37a8c6da93d2c45f35915a8d7a942fb24d77124 /flake.lock
start working on using nixos
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock62
1 files changed, 62 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..cb0e326
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,62 @@
1{
2 "nodes": {
3 "home-manager": {
4 "inputs": {
5 "nixpkgs": "nixpkgs"
6 },
7 "locked": {
8 "lastModified": 1723015306,
9 "narHash": "sha256-jQnFEtH20/OsDPpx71ntZzGdRlpXhUENSQCGTjn//NA=",
10 "owner": "nix-community",
11 "repo": "home-manager",
12 "rev": "b3d5ea65d88d67d4ec578ed11d4d2d51e3de525e",
13 "type": "github"
14 },
15 "original": {
16 "owner": "nix-community",
17 "repo": "home-manager",
18 "type": "github"
19 }
20 },
21 "nixpkgs": {
22 "locked": {
23 "lastModified": 1722185531,
24 "narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=",
25 "owner": "NixOS",
26 "repo": "nixpkgs",
27 "rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d",
28 "type": "github"
29 },
30 "original": {
31 "owner": "NixOS",
32 "ref": "nixos-unstable",
33 "repo": "nixpkgs",
34 "type": "github"
35 }
36 },
37 "nixpkgs_2": {
38 "locked": {
39 "lastModified": 1722987190,
40 "narHash": "sha256-68hmex5efCiM2aZlAAEcQgmFI4ZwWt8a80vOeB/5w3A=",
41 "owner": "nixos",
42 "repo": "nixpkgs",
43 "rev": "21cc704b5e918c5fbf4f9fff22b4ac2681706d90",
44 "type": "github"
45 },
46 "original": {
47 "owner": "nixos",
48 "ref": "nixos-24.05",
49 "repo": "nixpkgs",
50 "type": "github"
51 }
52 },
53 "root": {
54 "inputs": {
55 "home-manager": "home-manager",
56 "nixpkgs": "nixpkgs_2"
57 }
58 }
59 },
60 "root": "root",
61 "version": 7
62}