about summary refs log tree commit diff
path: root/nixos/tests/nixops
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-03-03 12:49:31 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-03-03 12:50:15 +0100
commitd2c3410efdfd1642f52f9c67246791895534333a (patch)
tree9dc1755c8d606f1942a30ee5c386905e54453b80 /nixos/tests/nixops
parent0bd069dd41725c95a85a34e719b0573f1b98d5c9 (diff)
nixopsUnstable -> nixops_unstable
Conform to https://nixos.org/manual/nixpkgs/unstable/#sec-package-naming
Diffstat (limited to 'nixos/tests/nixops')
-rw-r--r--nixos/tests/nixops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nixops/default.nix b/nixos/tests/nixops/default.nix
index b25fc95f4b30b..f0834c51f0b4f 100644
--- a/nixos/tests/nixops/default.nix
+++ b/nixos/tests/nixops/default.nix
@@ -9,7 +9,7 @@ let
     #  - Alternatively, blocked on a NixOps 2 release
     #    https://github.com/NixOS/nixops/issues/1242
     # stable = testsLegacyNetwork { nixopsPkg = pkgs.nixops; };
-    unstable = testsForPackage { nixopsPkg = pkgs.nixopsUnstable; };
+    unstable = testsForPackage { nixopsPkg = pkgs.nixops_unstable; };
 
     # inherit testsForPackage;
   };