wip: experiments with new rebuild
This commit is contained in:
parent
855b932cbd
commit
01cbabde79
2 changed files with 6 additions and 0 deletions
5
system_profiles/components/nixpkgs-ng.nix
Normal file
5
system_profiles/components/nixpkgs-ng.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
system = {
|
||||
rebuild.enableNg = true;
|
||||
};
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./components/nix-defaults.nix
|
||||
#./components/nixpkgs-ng.nix
|
||||
|
||||
./importers/desktop.nix
|
||||
./importers/general.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue