remove deprecated system passing
fixes 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system' Wherever possible, it's best to reference the hostPlatform of the nixpkgs instance directly via `config`. This is only possible in NixOS systems though, for standalon home-manager configs we need to get that value through `pkgs.stdenv`.
This commit is contained in:
parent
411c7642ea
commit
b0093ef58f
13 changed files with 12 additions and 23 deletions
|
|
@ -2,7 +2,6 @@
|
|||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -15,7 +14,7 @@
|
|||
twemoji-color-font
|
||||
open-sans
|
||||
(iosevka-bin.override { variant = "CurlySlab"; })
|
||||
inputs.nur.legacyPackages.${system}.repos.schmittlauch.vollkorn
|
||||
inputs.nur.legacyPackages.${pkgs.stdenv.hostPlatform.system}.repos.schmittlauch.vollkorn
|
||||
# TODO: humor-sans
|
||||
|
||||
# fcio corporate design, TODO module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue