fix system deprecation warning

This commit is contained in:
Zoty 2026-06-24 11:42:02 -03:00
parent 3b5c5fb429
commit 9f4e80ebfc
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
den.aspects.creative.nixos = { pkgs, ... }:
let
pkgs-unstable = import inputs.nixpkgs-unstable {
system = pkgs.system;
system = pkgs.stdenv.hostPlatform.system;
config.allowUnfree = true;
};
in {