Skip to content

Commit

Permalink
nixui: do not copy node-env.nix on regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
svanderburg committed Nov 8, 2017
1 parent 06408bd commit 39015db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/nixui/generate.sh
@@ -1,3 +1,3 @@
#!/bin/sh -e

node2nix -i pkg.json -c nixui.nix -e ../../../development/node-packages/node-env.nix
node2nix -i pkg.json -c nixui.nix -e ../../../development/node-packages/node-env.nix --no-copy-node-env

0 comments on commit 39015db

Please sign in to comment.