Invert package override
This commit is contained in:
parent
dacf800363
commit
82161469a0
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@
|
||||||
additionalHomeConfig
|
additionalHomeConfig
|
||||||
root
|
root
|
||||||
;
|
;
|
||||||
pkgs = if overridePkgs then pkgs else stable;
|
pkgs = if overridePkgs then stable else pkgs;
|
||||||
alternativePkgs = if overridePkgs then stable else pkgs;
|
alternativePkgs = if overridePkgs then pkgs else stable;
|
||||||
hostName = name;
|
hostName = name;
|
||||||
homeMods = mods.home;
|
homeMods = mods.home;
|
||||||
additionalHomeMods = additionalMods.home;
|
additionalHomeMods = additionalMods.home;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue