forked from NiklasGollenstede/nixos-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
66 lines (66 loc) · 1.63 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
{
"nodes": {
"config": {
"locked": {
"dir": "example/defaultConfig",
"lastModified": 1721833083,
"narHash": "sha256-4b0AkgAv/SLb9JHxwY9j+sF9Xpo/AQvJr5RishgToj8=",
"owner": "NiklasGollenstede",
"repo": "nixos-installer",
"rev": "95aa2619872f50ceb7f8f198e9d4c2bf2f9ddce1",
"type": "github"
},
"original": {
"dir": "example/defaultConfig",
"owner": "NiklasGollenstede",
"repo": "nixos-installer",
"type": "github"
}
},
"functions": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1724670824,
"narHash": "sha256-nVq1funYyVken7nsZT6SWA6dSkobnFEyZM27SuwShGM=",
"owner": "NiklasGollenstede",
"repo": "nix-functions",
"rev": "f3d4f9d64a5019cf8496068f6515fdd0076ed1dd",
"type": "github"
},
"original": {
"owner": "NiklasGollenstede",
"repo": "nix-functions",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1724316499,
"narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"config": "config",
"functions": "functions",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}