mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-05 05:41:11 +00:00
try inheriting configs
This commit is contained in:
parent
3684ce4b39
commit
b7317a721b
@ -216,13 +216,12 @@
|
|||||||
system:
|
system:
|
||||||
# Get the configurations that we normally use
|
# Get the configurations that we normally use
|
||||||
{
|
{
|
||||||
nixosConfigurations = nixosConfigurations.${system};
|
inherit nixosConfigurations darwinConfigurations;
|
||||||
darwinConfigurations = darwinConfigurations.${system};
|
|
||||||
homeConfigurations = homeConfigurations.${system};
|
homeConfigurations = homeConfigurations.${system};
|
||||||
generators = generators.${system};
|
generators = generators.${system};
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
# Get the custom packages that I have placed under the nmasur namespace
|
# Share the custom packages that I have placed under the nmasur namespace
|
||||||
lib.pkgsBySystem.${system}.nmasur
|
lib.pkgsBySystem.${system}.nmasur
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user