rename systemPackages as defaultProfile.packages

it doesn't work the same way as in nixos, so don't name it the same way
This commit is contained in:
Daniel Barlow
2022-09-27 16:17:55 +01:00
parent 4cbe669783
commit 696bbe6521
5 changed files with 21 additions and 19 deletions

View File

@@ -68,5 +68,5 @@ in rec {
];
};
systemPackages = [ pkgs.hello ] ;
defaultProfile.packages = [ pkgs.hello ] ;
}

View File

@@ -63,5 +63,5 @@ in rec {
contents = with services; [ loopback ntp defaultroute4 ];
};
systemPackages = [ pkgs.hello ] ;
defaultProfile.packages = [ pkgs.hello ] ;
}