Skip to content

Commit

Permalink
Partly revert 6af7b84
Browse files Browse the repository at this point in the history
This removes the "pull code from the internet and execute it" part of
6af7b84.

CC: Daniel Poelzleithner <[email protected]>
Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
matthiasbeyer committed Jan 10, 2021
1 parent aef1e1e commit 9084400
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ let inherit (nixroot) stdenv pkgs lib
cd cbuild
cmake .. "$@"
cd ..
if [ ! -e venv/bin/pre-commit ]; then
virtualenv -p python3 venv
./venv/bin/pip install pre-commit
./venv/bin/pre-commit install
fi
'';

shell-build = nixroot.writeShellScriptBin "build" ''
Expand Down

0 comments on commit 9084400

Please sign in to comment.