Skip to content

Commit

Permalink
bin/run-vm: remove unnecessary paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus committed Jan 13, 2019
1 parent 3706884 commit 6edfe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-vm
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
CONFIG=${1:-config.nix}
shift
VM=$( nix-build --no-out-link '<nixpkgs/nixos>' -A config.system.build.vm -I nixos-config=lib/vm.nix -I nixcfg=${CONFIG} "$@" )
$(${VM}/bin/run-nixos-vm)
${VM}/bin/run-nixos-vm

0 comments on commit 6edfe60

Please sign in to comment.