let pkgs be flake output for debugging purposes
This commit is contained in:
parent
579909afa3
commit
75b6563cd1
|
@ -104,6 +104,8 @@
|
||||||
in {
|
in {
|
||||||
extendedLib = import ./lib { stdlib = pkgs.lib; };
|
extendedLib = import ./lib { stdlib = pkgs.lib; };
|
||||||
|
|
||||||
|
inherit pkgs;
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
h7x4 = home-manager.lib.homeManagerConfiguration {
|
h7x4 = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Reference in New Issue