mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
8f809e4630
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 |