Skip to content

Commit

Permalink
fix: update nix-gl-host package path
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Aug 7, 2024
1 parent c933437 commit 55307d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
);
};
Expand Down

0 comments on commit 55307d8

Please sign in to comment.