dont use nixpath
This commit is contained in:
parent
c4946f3318
commit
e3fbb79915
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
# ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue