- commit
- 4b6a285
- parent
- 64f87b9
- author
- Eric Bower
- date
- 2021-12-14 05:53:21 +0000 UTC
add flake lock
1 files changed,
+42,
-0
+42,
-0
1@@ -0,0 +1,42 @@
2+{
3+ "nodes": {
4+ "flake-utils": {
5+ "locked": {
6+ "lastModified": 1638122382,
7+ "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
8+ "owner": "numtide",
9+ "repo": "flake-utils",
10+ "rev": "74f7e4319258e287b0f9cb95426c9853b282730b",
11+ "type": "github"
12+ },
13+ "original": {
14+ "owner": "numtide",
15+ "repo": "flake-utils",
16+ "type": "github"
17+ }
18+ },
19+ "nixpkgs": {
20+ "locked": {
21+ "lastModified": 1639460010,
22+ "narHash": "sha256-Ff4giKMh7NEIZ9S974kVqOVYqaBVqgt3YxIvVSb0XoU=",
23+ "owner": "nixos",
24+ "repo": "nixpkgs",
25+ "rev": "fc5ac4b35b3d1b7a55e759f852a00af50f8e9fec",
26+ "type": "github"
27+ },
28+ "original": {
29+ "owner": "nixos",
30+ "repo": "nixpkgs",
31+ "type": "github"
32+ }
33+ },
34+ "root": {
35+ "inputs": {
36+ "flake-utils": "flake-utils",
37+ "nixpkgs": "nixpkgs"
38+ }
39+ }
40+ },
41+ "root": "root",
42+ "version": 7
43+}