mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixosTests.lxd-image-server: use stdenv.hostPlatform.system
`pkgs.system` is an alias
This commit is contained in:
parent
6be42bf92d
commit
a231a1f91c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
lxd-image-metadata = lxd-image.lxdMeta.${pkgs.system};
|
||||
lxd-image-rootfs = lxd-image.lxdImage.${pkgs.system};
|
||||
lxd-image-metadata = lxd-image.lxdMeta.${pkgs.stdenv.hostPlatform.system};
|
||||
lxd-image-rootfs = lxd-image.lxdImage.${pkgs.stdenv.hostPlatform.system};
|
||||
|
||||
in {
|
||||
name = "lxd-image-server";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue