nix: change from pkgs.system to stdenv.hostPlatform.system
This commit is contained in:
parent
e5143c2000
commit
c57ec4fc2f
14 changed files with 241 additions and 129 deletions
|
|
@ -33,7 +33,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
hyprlock-package = inputs.hyprlock.packages.${pkgs.system}.hyprlock;
|
||||
hyprlock-package = inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf (osConfig.networking.hostName == "yggdrasil") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue