-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
49 lines (49 loc) · 1.08 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
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1717602782,
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"quasar": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1722220772,
"narHash": "sha256-+f/wW+7SSfw5HT7r7Vaw5KshjGCDO7rO6eu1BcGOvkQ=",
"owner": "queezle42",
"repo": "quasar",
"rev": "86af67c37a156cd89158e98dea620cfd3af28d82",
"type": "github"
},
"original": {
"owner": "queezle42",
"repo": "quasar",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": [
"quasar",
"nixpkgs"
],
"quasar": "quasar"
}
}
},
"root": "root",
"version": 7
}