-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
69 lines (69 loc) · 1.6 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"nodes": {
"flakeUtils": {
"locked": {
"lastModified": 1638122382,
"narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "74f7e4319258e287b0f9cb95426c9853b282730b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"hotPot": {
"inputs": {
"flakeUtils": "flakeUtils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1643074666,
"narHash": "sha256-wT4uood2bjI7Pn0E0ps7e6gW/i0rgvdGoB9hq17xsiU=",
"owner": "shopstic",
"repo": "nix-hot-pot",
"rev": "393db52166c778c9257cfcbc96dcc6099cead9f5",
"type": "github"
},
"original": {
"owner": "shopstic",
"repo": "nix-hot-pot",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1638239011,
"narHash": "sha256-AjhmbT4UBlJWqxY0ea8a6GU2C2HdKUREkG43oRr3TZg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "21.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flakeUtils": [
"hotPot",
"flakeUtils"
],
"hotPot": "hotPot",
"nixpkgs": [
"hotPot",
"nixpkgs"
]
}
}
},
"root": "root",
"version": 7
}