-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathflake.lock
42 lines (42 loc) · 992 Bytes
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1598466101,
"narHash": "sha256-JPhv+Ay98KMWRVRFlLEK9+eLpvNjhTBGWdFKZsE97ck=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a586a6b966d59f53f45a04f8891fbc017dc09dbe",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1599050737,
"narHash": "sha256-jxUhBQ49DYMnL17SrPNGTEp+Wb5Pj89CxW8OLwnXl1g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "18348c7829ae93ebe436497ca7ad96cdb8d39935",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}