mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-12-19 13:48:48 +00:00
♻️ pkgs.system => pkgs.stdenv.hostPlatform.system
This commit is contained in:
parent
8f2a2d6ead
commit
99459402d2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ let
|
||||||
inherit (self.lib) dirToModuleList;
|
inherit (self.lib) dirToModuleList;
|
||||||
|
|
||||||
# The identifier of the current system type, e.g. "x86_64-linux" or "aarch64-darwin"
|
# The identifier of the current system type, e.g. "x86_64-linux" or "aarch64-darwin"
|
||||||
system = pkgs.system;
|
system = pkgs.stdenv.hostPlatform.system;
|
||||||
cfg = config.${namespace}.users;
|
cfg = config.${namespace}.users;
|
||||||
|
|
||||||
userSubmodule = types.submodule {
|
userSubmodule = types.submodule {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue