about summary refs log tree commit diff stats
path: root/nix.shell
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-27 15:44:57 +0000
committerTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-27 16:46:29 +0000
commit9729ae38f8e44a17cb0915952791b5b906b4b7fa (patch)
treee2e0dd02d4eae136e7475346ab4f09c18930876e /nix.shell
parent849e5a6ec6e0246b5dde1fb2583aa13ed288e9c1 (diff)
downloadfocaccia-9729ae38f8e44a17cb0915952791b5b906b4b7fa.tar.gz
focaccia-9729ae38f8e44a17cb0915952791b5b906b4b7fa.zip
Migrate to nix flakes, uv and pyproject toml for builds
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
-    ];
-}