prepare for 16.03

This commit is contained in:
Domen Kožar 2016-02-28 22:30:51 +00:00
parent 57f7ff00fe
commit 74f22ff827
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ in
defaultChannel = mkOption {
internal = true;
type = types.str;
default = https://nixos.org/channels/nixos-unstable;
default = https://nixos.org/channels/nixos-16.03;
description = "Default NixOS channel to which the root user is subscribed.";
};

View File

@ -9,7 +9,7 @@ let
version = builtins.readFile ../.version;
versionSuffix =
(if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
(if stableBranch then "." else "pre") + "${toString (nixpkgs.revCount - 77900)}.${nixpkgs.shortRev}";
forAllSystems = genAttrs supportedSystems;