summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-09-03 09:48:03 +0530
committersinanmohd <sinan@sinanmohd.com>2023-09-03 23:13:02 +0530
commit28f11cc5c704b6901dc94551fb1504f0091bb69f (patch)
tree7bf55a4884b6d4eabd987be657434a1c32c50860 /flake.lock
parentc636397e6062b4d9471a4b5f4e9cf7d34a257131 (diff)
flake/sops-nix: init
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock40
1 files changed, 39 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index e6cde03..cfeb024 100644
--- a/flake.lock
+++ b/flake.lock
@@ -16,9 +16,47 @@
"type": "github"
}
},
+ "nixpkgs-stable": {
+ "locked": {
+ "lastModified": 1693097136,
+ "narHash": "sha256-fBZSMdBaoZ0INFbyZ5s0DOF7zDNcLsLxgkwdDh3l9Pc=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "9117c4e9dc117a6cd0319cca40f2349ed333669d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "release-23.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
- "nixpkgs": "nixpkgs"
+ "nixpkgs": "nixpkgs",
+ "sops-nix": "sops-nix"
+ }
+ },
+ "sops-nix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "nixpkgs-stable": "nixpkgs-stable"
+ },
+ "locked": {
+ "lastModified": 1693404499,
+ "narHash": "sha256-cx/7yvM/AP+o/3wPJmA9W9F+WHemJk5t+Xcr+Qwkqhg=",
+ "owner": "Mic92",
+ "repo": "sops-nix",
+ "rev": "d9c5dc41c4b1f74c77f0dbffd0f3a4ebde447b7a",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Mic92",
+ "repo": "sops-nix",
+ "type": "github"
}
}
},