stylix/testbed/default: deprecate pkgs.system
Deprecate pkgs.system with pkgs.stdenv.hostPlatform.system, following
upstream commit [1] ("aliases: add warnings to deprecated system
definitions").
[1]: 90cb787644
Fixes: efd80454b4 ("flake: update nixpkgs input")
This commit is contained in:
parent
628e990dde
commit
dcf49c0c55
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
name: testbed:
|
||||
let
|
||||
system = lib.nixosSystem {
|
||||
inherit (pkgs) system;
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
|
||||
modules = [
|
||||
(lib.modules.importApply ./modules/flake-parts.nix inputs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue