mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
remove uses of aliases
This commit is contained in:
parent
3b99032456
commit
6685f8cd14
3 changed files with 6 additions and 6 deletions
|
|
@ -49,7 +49,7 @@
|
|||
components = defaultProfileComponents ++
|
||||
toolchainFile.toolchain.components;
|
||||
targets = toolchainFile.toolchain.targets;
|
||||
fenix = inputs.fenix.packages.${pkgs.pkgsBuildHost.system};
|
||||
fenix = inputs.fenix.packages.${pkgs.stdenv.buildPlatform.system};
|
||||
in
|
||||
fenix.combine (builtins.map
|
||||
(target:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue