Skip to content

Commit

Permalink
use hostPlatform.system, not hostPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Aug 11, 2023
1 parent b50dc8f commit 19b5bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ self: {

package = mkOption {
type = types.package;
default = self.packages.${pkgs.stdenv.hostPlatform}.default;
default = self.packages.${pkgs.stdenv.hostPlatform.system}.default;
description = "Which NH package to use";
};

Expand Down

0 comments on commit 19b5bdb

Please sign in to comment.