-
Notifications
You must be signed in to change notification settings - Fork 8
/
flake.lock
67 lines (67 loc) · 1.61 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1623875721,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"mindpile": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1626770506,
"narHash": "sha256-HjJUBB+jaFEaUDMQjbDYgmJUc7Lqf1SCME9yx90ulgg=",
"owner": "MelbourneHighSchoolRobotics",
"repo": "mindpile",
"rev": "9dd0a14ee336810c2b62826afff4da8719455ba0",
"type": "github"
},
"original": {
"owner": "MelbourneHighSchoolRobotics",
"repo": "mindpile",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1628696641,
"narHash": "sha256-4Qb0Rpx8kjnPxNJiw15CmmV9hfiyvzlUzGcOn8bXKXQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "10bb036486138341e4c760c4c98ddadef56fff7b",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"mindpile": "mindpile",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}