forked from DavHau/nix-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
75 lines (75 loc) · 1.91 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
70
71
72
73
74
75
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1610051610,
"narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1614267137,
"narHash": "sha256-9XF2tp66RkXjhBs4iqcCYQ2xUdc4r2QAh/yaMHr3lok=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "42809feaa9f7474f5566a5c6e8e317e15e39160e",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-20.09",
"type": "indirect"
}
},
"nixpkgsOld": {
"flake": false,
"locked": {
"lastModified": 1607401265,
"narHash": "sha256-WK5qhfe+i78hz6TU728tAlybnBn5FZ0dAcMLsQAeU74=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4fe23ed6cae572b295d0595ad4a4b39021a1468a",
"type": "github"
},
"original": {
"id": "nixpkgs",
"rev": "4fe23ed6cae572b295d0595ad4a4b39021a1468a",
"type": "indirect"
}
},
"nixpkgsUnstable": {
"locked": {
"lastModified": 1617899217,
"narHash": "sha256-gd5JHH7IkeoIQ/oiGZSqDpGdGt7DMRJTQ8JiD8+hdOQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9e377a6ce42dccd9b624ae4ce8f978dc892ba0e2",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgsOld": "nixpkgsOld",
"nixpkgsUnstable": "nixpkgsUnstable"
}
}
},
"root": "root",
"version": 7
}