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
|
diff --git a/flake.lock b/flake.lock
index cdf477f04d167bf89d3500bbf7f5e6edde24cd67..8271aeba7aca8dc7948118b3f789ecc2a1018819 100644
--- a/flake.lock
+++ b/flake.lock
@@ -23,6 +23,26 @@ "repo": "agenix",
"type": "github"
}
},
+ "cfg": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1717984783,
+ "narHash": "sha256-qe28DQsRuuoGaeS0gKRJ7dS1UcjOTnIJZuo+9DKQRPY=",
+ "ref": "refs/heads/main",
+ "rev": "8568a3b3ad0aef00fb3050676b4fdd23ba6d49bf",
+ "revCount": 7,
+ "type": "git",
+ "url": "https://git.jolheiser.com/cfg.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/cfg.git"
+ }
+ },
"flake-compat": {
"flake": false,
"locked": {
@@ -377,6 +397,7 @@ },
"root": {
"inputs": {
"agenix": "agenix",
+ "cfg": "cfg",
"flake-utils": "flake-utils",
"gist": "gist",
"git-age": "git-age",
|