dont use nixpath

This commit is contained in:
GlennWSo 2024-03-27 07:17:02 +01:00
parent c4946f3318
commit e3fbb79915

View file

@ -13,7 +13,7 @@
inherit system;
};
dev_serve = pkgs.writeShellScriptBin "serve" ''
${pkgs.simple-http-server}/bin/simple-http-server -i $@ ${./static}
${pkgs.simple-http-server}/bin/simple-http-server -i $@
'';
in {
# ...