about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@tum.de>2025-06-12 09:58:19 +0000
committerTheofilos Augoustis <theofilos.augoustis@tum.de>2025-06-12 09:58:19 +0000
commit72d0b2e0043123fa680141dec2f60c96d5ecbcd3 (patch)
tree47bffdedced0dd8c8d38f6de8fc2dc7e6907f52b
parentf502d902f6ff71cd5619f2fb772d5b7b4eada0e6 (diff)
downloadfocaccia-72d0b2e0043123fa680141dec2f60c96d5ecbcd3.tar.gz
focaccia-72d0b2e0043123fa680141dec2f60c96d5ecbcd3.zip
Remove nix.shell (switching completely to flakes)
-rw-r--r--nix.shell12
1 files changed, 0 insertions, 12 deletions
diff --git a/nix.shell b/nix.shell
deleted file mode 100644
index 00fef51..0000000
--- a/nix.shell
+++ /dev/null
@@ -1,12 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-pkgs.mkShell {
-    nativeBuildInputs = with pkgs; [
-        python311
-        python311Packages.pip
-        virtualenv
-
-        gcc gnumake binutils cmake ninja pkg-config
-        musl qemu swig4
-        gdb
-    ];
-}