about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-11-22 22:35:51 +0200
committerArtturin <Artturin@artturin.com>2023-11-22 22:39:48 +0200
commitbe6349fdee1e4622e442b665d929cafaeadbc42a (patch)
tree187230becc70fb5553e24fc0cda7a9cd4ef5332a /nixos/modules/config
parentba1a718f343b934a5285ca12853a2df41d72465b (diff)
downloadnixlib-be6349fdee1e4622e442b665d929cafaeadbc42a.tar
nixlib-be6349fdee1e4622e442b665d929cafaeadbc42a.tar.gz
nixlib-be6349fdee1e4622e442b665d929cafaeadbc42a.tar.bz2
nixlib-be6349fdee1e4622e442b665d929cafaeadbc42a.tar.lz
nixlib-be6349fdee1e4622e442b665d929cafaeadbc42a.tar.xz
nixlib-be6349fdee1e4622e442b665d929cafaeadbc42a.tar.zst
nixlib-be6349fdee1e4622e442b665d929cafaeadbc42a.zip
Revert "23.11 beta release"
This line shouldn't be changed from pre to beta on master, only in the beta branch

https://nixos.github.io/release-wiki/Branch-Off.html#on-the-release-branch

This reverts commit dc7b3febf8d862328d8704de5c8437d2df442c76.

Revert "nixos/release: fix versionSuffix eval"

This reverts commit 625c450024e24c55cac035372bc49b39f8df005b.
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/nix-channel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/nix-channel.nix b/nixos/modules/config/nix-channel.nix
index 893eaa0afe43..a7ca7a5c74a4 100644
--- a/nixos/modules/config/nix-channel.nix
+++ b/nixos/modules/config/nix-channel.nix
@@ -70,7 +70,7 @@ in
       defaultChannel = mkOption {
         internal = true;
         type = types.str;
-        default = "https://nixos.org/channels/nixos-23.11";
+        default = "https://nixos.org/channels/nixos-unstable";
         description = lib.mdDoc "Default NixOS channel to which the root user is subscribed.";
       };
     };