summaryrefslogtreecommitdiff
path: root/packages/web/resistors/default.nix
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-09-12 21:06:50 -0700
committerKleidi Bujari <mail@4kb.net>2025-09-12 21:07:54 -0700
commite90d8c0ae58a76bf6bec81b27786befd8942141c (patch)
treee4081f1bb62cf52be3a724851e87cd1f5a4fe3c5 /packages/web/resistors/default.nix
parent0fdca2e3247dd918b58ab057bd43873ddd5939c1 (diff)
downloaddepot-e90d8c0ae58a76bf6bec81b27786befd8942141c.tar.gz
depot-e90d8c0ae58a76bf6bec81b27786befd8942141c.tar.bz2
depot-e90d8c0ae58a76bf6bec81b27786befd8942141c.zip
correct filename so it is picked up by overlay
Diffstat (limited to 'packages/web/resistors/default.nix')
-rw-r--r--packages/web/resistors/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/web/resistors/default.nix b/packages/web/resistors/default.nix
deleted file mode 100644
index cb32c2f..0000000
--- a/packages/web/resistors/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ runCommandNoCC, ... }:
-
-runCommandNoCC "resisto-rs" { } ''
- mkdir -p $out
- cp ${./index.html} $out/index.html
- cp ${./styles.css} $out/styles.css
-''