From a68019ee312dcc89e4417053b13641d90777ad0c Mon Sep 17 00:00:00 2001 From: shibedrill Date: Fri, 7 Mar 2025 18:28:19 -0500 Subject: [PATCH] I screwed up the shell.nix again --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 0466a10..0d71d36 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ pkgs.mkShell { packages = with pkgs; [ bash - limine.lib + limine.dev xorriso rustup qemu @@ -15,7 +15,7 @@ pkgs.mkShell { ]; buildInputs = with pkgs; [ - limine.lib + limine.dev ]; shellHook = ''