I screwed up the shell.nix again

This commit is contained in:
River 2025-03-07 18:28:19 -05:00
parent ddc055658d
commit a68019ee31
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -7,7 +7,7 @@ pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
bash bash
limine.lib limine.dev
xorriso xorriso
rustup rustup
qemu qemu
@ -15,7 +15,7 @@ pkgs.mkShell {
]; ];
buildInputs = with pkgs; [ buildInputs = with pkgs; [
limine.lib limine.dev
]; ];
shellHook = '' shellHook = ''