Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 7f35ed9

Browse files
committedFeb 25, 2019
Set channel and version to 19.03
1 parent ed60483 commit 7f35ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎nixos/modules/misc/version.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ in
6666
defaultChannel = mkOption {
6767
internal = true;
6868
type = types.str;
69-
default = https://nixos.org/channels/nixos-unstable;
69+
default = https://nixos.org/channels/nixos-19.03;
7070
description = "Default NixOS channel to which the root user is subscribed.";
7171
};
7272

‎nixos/release.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212

1313
version = fileContents ../.version;
1414
versionSuffix =
15-
(if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
15+
(if stableBranch then "." else "beta") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
1616

1717
# Run the tests for each platform. You can run a test by doing
1818
# e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,

0 commit comments

Comments
 (0)
This repository has been archived.