bump latest changes to master #41

Merged
steveej merged 15 commits from pr/bump into master 2020-02-26 20:49:05 +00:00
Showing only changes of commit cc95a261c1 - Show all commits

View file

@ -1,16 +1,16 @@
{
channelsNixosStable = {
ref = "nixos-19.09";
rev = "a0fedb11078bb52dded54e341a9e9bc0699bd2b1";
rev = "2de9367299f325c2b2021a44c2f63c810f8ad023";
};
channelsNixosUnstable = {
ref = "nixos-unstable";
rev = "d1ba7dae91d691d1f14a9aa361138acef1f2ac7f";
rev = "a21c2fa3ea2b88e698db6fc151d9c7259ae14d96";
};
nixpkgsMaster = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "ace14c5b388ae63b8d38f7f67be1562cf1ad92aa";
rev = "310316701f0cb6a4a0191bc90c229cef1861dd06";
};
homeManagerModule = {
url = "https://github.com/rycee/home-manager";