From a330a1fad3c1ccdd926297747c03fe95bcaa6587 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 14 Aug 2024 01:34:16 -0400 Subject: nix: migrate functionality to clef --- flake.lock | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'flake.lock') 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" } }, -- cgit v1.3.1