diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 32 |
1 files changed, 1 insertions, 31 deletions
@@ -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 ]; }; |
