I screwed up the shell.nix again
This commit is contained in:
parent
ddc055658d
commit
a68019ee31
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user