diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-12-31 20:42:24 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-12-31 20:45:39 +0000 |
| commit | 8f809e4630bfb2fa80499258b45ad428f0b29c71 (patch) | |
| tree | 5bfe439dd95176f1b10353434706f4451830c19a /pkgs/development/python-modules/python-mapnik | |
| parent | 51d29a4759a278d7d9b7edac7764b2836b4e4a6e (diff) | |
nixops_unstable: fix `tests` eval with `allowAliases = false;`
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
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
