fix system deprecated warning
This commit is contained in:
parent
ba6d0a06a0
commit
a54acc99f8
3 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ den, inputs, ... }: {
|
||||
den.aspects.core.nixos = { pkgs, ... }:
|
||||
let
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue