mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 16:11:51 +03:00
shell: get nixosSystem from pkgs.input
fixes devshell since lib no longer includes nixosSystem
This commit is contained in:
parent
8c7da5e5fe
commit
e4424d7d67
@ -21,7 +21,7 @@ let
|
|||||||
|
|
||||||
flk = pkgs'.callPackage ./flk.nix { };
|
flk = pkgs'.callPackage ./flk.nix { };
|
||||||
|
|
||||||
installPkgs = (lib.nixosSystem {
|
installPkgs = (pkgs.input.lib.nixosSystem {
|
||||||
inherit (pkgs') system;
|
inherit (pkgs') system;
|
||||||
modules = [ ];
|
modules = [ ];
|
||||||
}).config.system.build;
|
}).config.system.build;
|
||||||
|
Loading…
Reference in New Issue
Block a user