diff --git a/flake.nix b/flake.nix index 11cc538..1b2be8f 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ in { nixosConfigurations.triviOS = nixpkgs.lib.nixosSystem { + inherit pkgs; system = crossSystem; modules = [ ./triviOS ]; };