diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 12:48:12 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 12:48:12 +0100 |
| commit | 9cb8622d7c717c38cdd5312bf31ed506abceb10b (patch) | |
| tree | 1cf3adf1fc6dd5d4a64d39868998eee09b38c49e /flake.nix | |
| parent | 62ffbcfe0bc41f82a5c951b9eb62fc8d09371b09 (diff) | |
fixed flake.nix
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 ]; }; |
