Skip to content

Commit

Permalink
Avoid building asc when invoking nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Jan 9, 2019
1 parent ae7542f commit c95a5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let default = import ./default.nix { inherit nixpkgs test-dvm; }; in
nixpkgs.mkShell {
buildInputs =
default.native.buildInputs ++
default.native_test.buildInputs ++
builtins.filter (i: i != default.native) default.native_test.buildInputs ++
[ nixpkgs.ncurses ];
}

0 comments on commit c95a5e6

Please sign in to comment.