mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-11 18:23:18 +01:00
Without the change `tests` eval fails as:
$ nix build --no-link -f. nixops_unstable.tests --arg config '{ allowAliases = false; }'
error:
error: attribute 'nixosTest' missing
22| testLegacyNetwork = { nixopsPkg, ... }: pkgs.nixosTest ({
| ^
23| name = "nixops-legacy-network";
Did you mean nixosTests?
The alias is defined as:
pkgs/top-level/aliases.nix: nixosTest = testers.nixosTest; # Added 2022-05-05
|
||
|---|---|---|
| .. | ||
| legacy | ||
| default.nix | ||