summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-10 10:35:29 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-10 10:41:02 +0100
commita837c900b1dae4d72402b8c32cc2b949868404da (patch)
tree8905341e10e4b7fa6508c028d1ff0e9badea9d2e
parent0ffcb564998c981f4dc34ef496f60894a8ecfdb8 (diff)
This removes the "pull code from the internet and execute it" part of 6af7b84e4c49b369838949ccbc1fbe703e13afc7. CC: Daniel Poelzleithner <git@poelzi.org> Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit 9084400d6a85df7b6f138f34a15bc0ec53247547)
-rw-r--r--shell.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell.nix b/shell.nix
index 16bc1f8129..599c8c0969 100644
--- a/shell.nix
+++ b/shell.nix
@@ -127,11 +127,6 @@ let
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" ''