From 758dd5e2ea8e151f42106b991eae2dc1ffa0cd8f Mon Sep 17 00:00:00 2001 From: Alejandro Diaz Date: Tue, 5 Sep 2023 00:36:33 -0600 Subject: [PATCH] hotfix 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 ]; };