aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 18 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index 5f3d9ad..62abf7c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -18,15 +18,25 @@
}
},
"clef": {
- "flake": false,
+ "inputs": {
+ "cq": "cq",
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nix-filter": "nix-filter",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
"locked": {
- "narHash": "sha256-VsarKxUotDEPzjyw+fa6gK3snk0XXObTlplS86PvhpM=",
- "type": "file",
- "url": "https://pub.npry.dev/clef"
+ "lastModified": 1,
+ "narHash": "sha256-keX8wAIShSwyQpzHeMpzYf4Edqn4XddHu6QvVFrG/3g=",
+ "path": "./clef",
+ "type": "path"
},
"original": {
- "type": "file",
- "url": "https://pub.npry.dev/clef"
+ "path": "./clef",
+ "type": "path"
}
},
"cq": {
@@ -34,9 +44,11 @@
"cadquery-src": "cadquery-src",
"cq-editor-src": "cq-editor-src",
"flake-utils": [
+ "clef",
"flake-utils"
],
"nixpkgs": [
+ "clef",
"nixpkgs"
],
"ocp-src": "ocp-src",
@@ -195,9 +207,7 @@
"root": {
"inputs": {
"clef": "clef",
- "cq": "cq",
"flake-utils": "flake-utils",
- "nix-filter": "nix-filter",
"nixpkgs": "nixpkgs"
}
},