aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix32
1 files changed, 1 insertions, 31 deletions
diff --git a/flake.nix b/flake.nix
index f154f20..21ef39d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,37 +11,7 @@
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
# base-devel equivalent
- gcc
- gnumake
- binutils
- pkg-config
- autoconf
- automake
- libtool
- patch
- file
- which
-
- # explicit packages from your list
- bc
- coreutils
- cpio
- gettext
- kmod
- elfutils
- ncurses
- pahole
- perl
- python3
- rsync
- gnutar
- gnupg
- xz
- qemu
-
- # kernel build dependencies
- flex
- bison
+ rustc
];
};