From e01b46a918806d8bf8fd8db266a9e20eae162f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Mon, 4 Sep 2023 23:46:21 -0600 Subject: [PATCH] fix bug in flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; };