-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathflake.lock
More file actions
44 lines (44 loc) · 897 Bytes
/
flake.lock
File metadata and controls
44 lines (44 loc) · 897 Bytes
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
43
44
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1772963539,
"narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9dcb002ca1690658be4a04645215baea8b95f31d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"simple": "simple"
}
},
"simple": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"path": "./third_party/SIMPLE",
"type": "path"
},
"original": {
"path": "./third_party/SIMPLE",
"type": "path"
},
"parent": []
}
},
"root": "root",
"version": 7
}