diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..d9afa42f --- /dev/null +++ b/flake.lock | |||
@@ -0,0 +1,71 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "home-manager": { | ||
4 | "inputs": { | ||
5 | "nixpkgs": [ | ||
6 | "nixpkgs" | ||
7 | ] | ||
8 | }, | ||
9 | "locked": { | ||
10 | "lastModified": 1609269962, | ||
11 | "narHash": "sha256-YvkJhcBBls39JFZzh/S3oRKyDFAgy2KoW5AzJ+MvNgQ=", | ||
12 | "owner": "nix-community", | ||
13 | "repo": "home-manager", | ||
14 | "rev": "8e0c1c55fbb7f16f9fd313275ddf63c97b34394c", | ||
15 | "type": "github" | ||
16 | }, | ||
17 | "original": { | ||
18 | "owner": "nix-community", | ||
19 | "ref": "master", | ||
20 | "repo": "home-manager", | ||
21 | "type": "github" | ||
22 | } | ||
23 | }, | ||
24 | "nixpkgs": { | ||
25 | "locked": { | ||
26 | "lastModified": 1609337906, | ||
27 | "narHash": "sha256-xj027twGqdK/xRzxlnM8icyUUF4GANlBevHqLYhqb7w=", | ||
28 | "owner": "NixOS", | ||
29 | "repo": "nixpkgs", | ||
30 | "rev": "58f3c19b78594e1839abf702fa73ddf9d7a96437", | ||
31 | "type": "github" | ||
32 | }, | ||
33 | "original": { | ||
34 | "owner": "NixOS", | ||
35 | "ref": "master", | ||
36 | "repo": "nixpkgs", | ||
37 | "type": "github" | ||
38 | } | ||
39 | }, | ||
40 | "root": { | ||
41 | "inputs": { | ||
42 | "home-manager": "home-manager", | ||
43 | "nixpkgs": "nixpkgs", | ||
44 | "sops-nix": "sops-nix" | ||
45 | } | ||
46 | }, | ||
47 | "sops-nix": { | ||
48 | "inputs": { | ||
49 | "nixpkgs": [ | ||
50 | "nixpkgs" | ||
51 | ] | ||
52 | }, | ||
53 | "locked": { | ||
54 | "lastModified": 1609306567, | ||
55 | "narHash": "sha256-CPVjO4tdmhHW7sOTbo8i9JN7HlNhakwpUi3u3+V6gnY=", | ||
56 | "owner": "Mic92", | ||
57 | "repo": "sops-nix", | ||
58 | "rev": "da343afab9aace88875f24bfb2d90e3d9afaafc4", | ||
59 | "type": "github" | ||
60 | }, | ||
61 | "original": { | ||
62 | "owner": "Mic92", | ||
63 | "ref": "master", | ||
64 | "repo": "sops-nix", | ||
65 | "type": "github" | ||
66 | } | ||
67 | } | ||
68 | }, | ||
69 | "root": "root", | ||
70 | "version": 7 | ||
71 | } | ||