From 7f5e8f7d7d467f6dd3321cfa7eb276396a21dc69 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 13 Aug 2024 22:30:33 -0400 Subject: nix: rewrite expressions to be generic --- flake.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'flake.lock') 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", -- cgit v1.3.1