nix/versions bump default versions with new nixpkgs/master

This commit is contained in:
steveej 2019-03-31 22:48:33 +02:00
parent 115bef2513
commit d4d3d6bc40
3 changed files with 17 additions and 6 deletions

View file

@ -22,6 +22,7 @@
[ "nixos" (mkChannelSource "channelsNixosStable" + "/nixos") ]
[ "channels-nixos-stable" (mkChannelSource "channelsNixosStable") ]
[ "channels-nixos-unstable" (mkChannelSource "channelsNixosUnstable") ]
[ "nixpkgs-master" (mkChannelSource "nixpkgsMaster") ]
[ "home-manager-module" (mkChannelSource "homeManagerModule") ]
];
in (import (mkChannelSource "channelsNixosStable") {}).writeText "channels.rc" ''