Compare commits

...

1 Commits

Author SHA1 Message Date
Domen Kožar
74f22ff827 prepare for 16.03 2016-02-28 22:30:51 +00:00
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;