get rid of system argument; do not set nixpkgs.hostPlatform

This commit is contained in:
Alexander Tomokhov
2023-12-05 07:36:26 +04:00
parent 4c4aef5363
commit 519ebbcb69
2 changed files with 2 additions and 5 deletions

View File

@@ -12,8 +12,7 @@
outputs = { self, nixpkgs, selfprivacy-api }: {
nixosConfigurations-fun =
{ system
, hardware-configuration
{ hardware-configuration
, deployment
, userdata
, top-level-flake
@@ -21,7 +20,6 @@
}:
{
sp-nixos = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; };
modules = [
hardware-configuration
deployment