flake: Inherit scope utilities in wrapUtils
This commit is contained in:
parent
608fd46eb4
commit
9e67978f6e
@ -32,7 +32,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
wrapUtils = { pkgs, unstable, system }:
|
wrapUtils = { pkgs, unstable, system }:
|
||||||
pkgs.lib.makeScope pkgs.newScope (self: {
|
let
|
||||||
|
inherit (pkgs.lib) makeScope;
|
||||||
|
inherit (pkgs) newScope;
|
||||||
|
in
|
||||||
|
makeScope newScope (self: {
|
||||||
inherit nixpkgs home-manager nixos-unstable;
|
inherit nixpkgs home-manager nixos-unstable;
|
||||||
user = self.callPackage ./lib/user.nix { };
|
user = self.callPackage ./lib/user.nix { };
|
||||||
host = self.callPackage ./lib/host.nix { };
|
host = self.callPackage ./lib/host.nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user