about summary refs log tree commit diff stats
path: root/nix.shell
diff options
context:
space:
mode:
Diffstat (limited to 'nix.shell')
-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
-    ];
-}