aboutsummaryrefslogtreecommitdiff
path: root/picarones-elm
diff options
context:
space:
mode:
authorstuebinm2021-03-08 20:24:11 +0100
committerstuebinm2021-03-08 20:24:11 +0100
commitbaaaa849feeee2403c70cc0141c766c3fe214403 (patch)
tree2dc417d0ee5339c98d144347eada301b058ebb85 /picarones-elm
parentaacde4a3f54d0e4dab2eb52da280d52183b08178 (diff)
small bugfixes
- delete copy of example folder in picarones-elm which broke the build - actually check if the service should be enabled before building it
Diffstat (limited to 'picarones-elm')
-rw-r--r--picarones-elm/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/picarones-elm/default.nix b/picarones-elm/default.nix
index b5e9d9d..2fc650b 100644
--- a/picarones-elm/default.nix
+++ b/picarones-elm/default.nix
@@ -39,7 +39,6 @@ let
'') targets)}
cp *.html $out
cp *.css $out
- cp -r example $out/
'';
};
in mkDerivation {