unbreak nix-shell
This commit is contained in:
parent
81f5550bf0
commit
77cd4492b2
@ -3,7 +3,6 @@ let
|
|||||||
liminix = (import ./default.nix {
|
liminix = (import ./default.nix {
|
||||||
device = (import ./devices/qemu);
|
device = (import ./devices/qemu);
|
||||||
liminix-config = ./vanilla-configuration.nix;
|
liminix-config = ./vanilla-configuration.nix;
|
||||||
inherit nixpkgs;
|
|
||||||
});
|
});
|
||||||
here = builtins.toString ./.;
|
here = builtins.toString ./.;
|
||||||
in liminix.buildEnv.overrideAttrs (o: {
|
in liminix.buildEnv.overrideAttrs (o: {
|
||||||
|
Loading…
Reference in New Issue
Block a user