-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathflake.lock
More file actions
82 lines (82 loc) · 2 KB
/
flake.lock
File metadata and controls
82 lines (82 loc) · 2 KB
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
76
77
78
79
80
81
82
{
"nodes": {
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1765835352,
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "a34fae9c08a15ad73f295041fec82323541400a9",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"foolnotion": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1763965304,
"narHash": "sha256-dovId2eoaeA8mrFg1VuOG/PaUwZrdRn4YJtzGH0f7AE=",
"owner": "foolnotion",
"repo": "nur-pkg",
"rev": "a98ccb502e5a509fb0872cec56c8e709ebcefdcf",
"type": "github"
},
"original": {
"owner": "foolnotion",
"repo": "nur-pkg",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1767266238,
"narHash": "sha256-OWfSRrKoJKyiu+s6d+Fc2Z5KfDIO1gKZwWBB1p+7TUo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ff232f9b268066e033e65669e377e5883fd07d8a",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"lastModified": 1765674936,
"narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"root": {
"inputs": {
"flake-parts": "flake-parts",
"foolnotion": "foolnotion",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}