From 9cb8622d7c717c38cdd5312bf31ed506abceb10b Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 17 Feb 2026 12:48:12 +0100 Subject: fixed flake.nix --- flake.nix | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) (limited to 'flake.nix') 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 ]; }; -- cgit v1.2.3