fix system deprecation warning
This commit is contained in:
parent
3b5c5fb429
commit
9f4e80ebfc
3 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue