diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-14 01:34:16 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-14 03:29:44 -0400 |
| commit | a330a1fad3c1ccdd926297747c03fe95bcaa6587 (patch) | |
| tree | a8d7ccdfd0ac1d420b4346ad9c0badaf2d31868d /flake.lock | |
| parent | 7f5e8f7d7d467f6dd3321cfa7eb276396a21dc69 (diff) | |
nix: migrate functionality to clef
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 26 |
1 files changed, 18 insertions, 8 deletions
@@ -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" } }, |
