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 a6fc1fd2bbcd50e6e8080f8369c5df4b7d1f1b29..b030d1acdd53c0c2a45c47f87554376d79c6ea0a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -106,6 +106,26 @@ "type": "git",
"url": "https://git.jolheiser.com/cfg.git"
}
},
+ "cfg-playground": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1729196682,
+ "narHash": "sha256-hLbpRWxw12/mqapicSSq1wxvNFfEKwEiXhzykpXWUDI=",
+ "ref": "refs/heads/main",
+ "rev": "63c7a6886570f332ebb187e5a5580302603b4c4e",
+ "revCount": 6,
+ "type": "git",
+ "url": "https://git.jolheiser.com/cfg-playground.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/cfg-playground.git"
+ }
+ },
"flake-compat": {
"flake": false,
"locked": {
@@ -654,6 +674,7 @@ "agenix": "agenix",
"bennet": "bennet",
"blog": "blog",
"cfg": "cfg",
+ "cfg-playground": "cfg-playground",
"flake-utils": "flake-utils",
"foundry": "foundry",
"ghostty": "ghostty",
|