summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock19
1 files changed, 18 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index e03bfad..d820156 100644
--- a/flake.lock
+++ b/flake.lock
@@ -15,9 +15,26 @@
15 "type": "github" 15 "type": "github"
16 } 16 }
17 }, 17 },
18 "nixpkgs": {
19 "locked": {
20 "lastModified": 1636333654,
21 "narHash": "sha256-3wh9PtCzcaJQuZrgZ+ygKfhltkDNNqT6zOzGsRbjZEo=",
22 "owner": "NixOS",
23 "repo": "nixpkgs",
24 "rev": "e74894146a42ba552ebafa19ab2d1df7ccbc1738",
25 "type": "github"
26 },
27 "original": {
28 "owner": "NixOS",
29 "ref": "nixos-21.05",
30 "repo": "nixpkgs",
31 "type": "github"
32 }
33 },
18 "root": { 34 "root": {
19 "inputs": { 35 "inputs": {
20 "flake-utils": "flake-utils" 36 "flake-utils": "flake-utils",
37 "nixpkgs": "nixpkgs"
21 } 38 }
22 } 39 }
23 }, 40 },