summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorfpi2024-03-29 13:28:29 +0100
committerfpi2024-03-29 14:27:52 +0100
commitaa3591652c016b442f9faa3f9f341de76587e538 (patch)
tree5c61c558fd624fea9129a49495fa64becc2a2192 /flake.lock
parentAdd netgen (diff)
Add cicconf
Diffstat (limited to '')
-rw-r--r--flake.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 2f69647..a786f11 100644
--- a/flake.lock
+++ b/flake.lock
@@ -32,6 +32,22 @@
"type": "github"
}
},
+ "cicconf": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1710915318,
+ "narHash": "sha256-US6+3bkNOMNEAfbN9O3RedL5TiXAr7B6zWUvf2wN8NI=",
+ "owner": "wulffern",
+ "repo": "cicconf",
+ "rev": "ea4a01024206fde3a8bb2cdcc37e4823f0f5621c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "wulffern",
+ "repo": "cicconf",
+ "type": "github"
+ }
+ },
"cicsim": {
"flake": false,
"locked": {
@@ -189,6 +205,7 @@
},
"root": {
"inputs": {
+ "cicconf": "cicconf",
"cicsim": "cicsim",
"netgen": "netgen",
"nixpkgs": "nixpkgs",