diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-13 22:30:33 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-14 01:33:04 -0400 |
| commit | 7f5e8f7d7d467f6dd3321cfa7eb276396a21dc69 (patch) | |
| tree | d64184ea5aa538d463cf8f51a67f6daa7f063372 /flake.lock | |
| parent | 37a3b0286918bdb02864b6b57aeb059d6061bc2c (diff) | |
nix: rewrite expressions to be generic
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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", |
