aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-13 22:30:33 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-14 01:33:04 -0400
commit7f5e8f7d7d467f6dd3321cfa7eb276396a21dc69 (patch)
treed64184ea5aa538d463cf8f51a67f6daa7f063372 /flake.lock
parent37a3b0286918bdb02864b6b57aeb059d6061bc2c (diff)
nix: rewrite expressions to be generic
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index c1dfe1e..5f3d9ad 100644
--- a/flake.lock
+++ b/flake.lock
@@ -17,6 +17,18 @@
"type": "github"
}
},
+ "clef": {
+ "flake": false,
+ "locked": {
+ "narHash": "sha256-VsarKxUotDEPzjyw+fa6gK3snk0XXObTlplS86PvhpM=",
+ "type": "file",
+ "url": "https://pub.npry.dev/clef"
+ },
+ "original": {
+ "type": "file",
+ "url": "https://pub.npry.dev/clef"
+ }
+ },
"cq": {
"inputs": {
"cadquery-src": "cadquery-src",
@@ -182,6 +194,7 @@
},
"root": {
"inputs": {
+ "clef": "clef",
"cq": "cq",
"flake-utils": "flake-utils",
"nix-filter": "nix-filter",