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

Commit 9945940

Browse files
committed
♻️ pkgs.system => pkgs.stdenv.hostPlatform.system
1 parent 8f2a2d6 commit 9945940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/nixos/users/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let
1717
inherit (self.lib) dirToModuleList;
1818

1919
# The identifier of the current system type, e.g. "x86_64-linux" or "aarch64-darwin"
20-
system = pkgs.system;
20+
system = pkgs.stdenv.hostPlatform.system;
2121
cfg = config.${namespace}.users;
2222

2323
userSubmodule = types.submodule {

0 commit comments

Comments
 (0)