summary refs log tree commit diff
path: root/nixos/tests/radicale.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-04-06 01:19:06 +0000
committerJan Malakhovski <oxij@oxij.org>2018-05-12 19:27:09 +0000
commit095fe5b43def40279a243e663c662b02caac5318 (patch)
tree943f7d7550221ba6f3b7cd855e00b265bbbcf316 /nixos/tests/radicale.nix
parentb0d29e7e179f20c92f18e2eff13b871d015adc5a (diff)
downloadnixpkgs-095fe5b43def40279a243e663c662b02caac5318.tar
nixpkgs-095fe5b43def40279a243e663c662b02caac5318.tar.gz
nixpkgs-095fe5b43def40279a243e663c662b02caac5318.tar.bz2
nixpkgs-095fe5b43def40279a243e663c662b02caac5318.tar.lz
nixpkgs-095fe5b43def40279a243e663c662b02caac5318.tar.xz
nixpkgs-095fe5b43def40279a243e663c662b02caac5318.tar.zst
nixpkgs-095fe5b43def40279a243e663c662b02caac5318.zip
nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1
Diffstat (limited to 'nixos/tests/radicale.nix')
-rw-r--r--nixos/tests/radicale.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/radicale.nix b/nixos/tests/radicale.nix
index 8ac0639c6a8..e3843038541 100644
--- a/nixos/tests/radicale.nix
+++ b/nixos/tests/radicale.nix
@@ -43,7 +43,7 @@ in
             });
           })
         ];
-        system.stateVersion = "17.03";
+        system.nixos.stateVersion = "17.03";
       };
       radicale1_export = lib.recursiveUpdate radicale1 {
         services.radicale.extraArgs = [
@@ -54,7 +54,7 @@ in
         services.radicale.extraArgs = [ "--verify-storage" ];
       };
       radicale2 = lib.recursiveUpdate (common args) {
-        system.stateVersion = "17.09";
+        system.nixos.stateVersion = "17.09";
       };
     };