diff --git a/flake-modules/default.nix b/flake-modules/default.nix index 743ddb2..d7f461c 100644 --- a/flake-modules/default.nix +++ b/flake-modules/default.nix @@ -19,7 +19,7 @@ let forceNvcCli = false; }; system-manager = inputs.system-manager.packages.${system}.default; - nixglhost = inputs.nixglhost.defaultPackage.${system}; + nixglhost = inputs.nixglhost.packages.${system}.default; } ); };