aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-14 01:34:16 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-14 03:29:44 -0400
commita330a1fad3c1ccdd926297747c03fe95bcaa6587 (patch)
treea8d7ccdfd0ac1d420b4346ad9c0badaf2d31868d /flake.lock
parent7f5e8f7d7d467f6dd3321cfa7eb276396a21dc69 (diff)
nix: migrate functionality to clef
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"
}
},