Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit f4dfda4

Browse files
committed
chore(nix): use hostPlatform system for module package wiring
1 parent 186ed23 commit f4dfda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
options.programs.sotto.enable = lib.mkEnableOption "Install the sotto CLI";
9090

9191
config = lib.mkIf config.programs.sotto.enable {
92-
environment.systemPackages = [ self.packages.${pkgs.system}.sotto ];
92+
environment.systemPackages = [ self.packages.${pkgs.stdenv.hostPlatform.system}.sotto ];
9393
};
9494
};
9595
};

0 commit comments

Comments
 (0)