fix system deprecation warning
This commit is contained in:
parent
3b5c5fb429
commit
9f4e80ebfc
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, den, pkgs, ... }: {
|
||||
den.aspects.niri.nixos = { pkgs, ... }:
|
||||
let
|
||||
quickshell-niri = inputs.qml-niri.packages.${pkgs.system}.quickshell;
|
||||
quickshell-niri = inputs.qml-niri.packages.${pkgs.stdenv.hostPlatform.system}.quickshell;
|
||||
in {
|
||||
imports = [ inputs.niri-flake.nixosModules.niri ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue