summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock24
1 files changed, 23 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 89225a55..d9afa42f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -40,7 +40,29 @@
40 "root": { 40 "root": {
41 "inputs": { 41 "inputs": {
42 "home-manager": "home-manager", 42 "home-manager": "home-manager",
43 "nixpkgs": "nixpkgs" 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"
44 } 66 }
45 } 67 }
46 }, 68 },