Update nixpkgs

This commit is contained in:
Jonas Nick 2019-03-24 21:21:36 +00:00
parent 60b8a9eef4
commit d24c5416ed
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
nixpkgs = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixos-18.09";
rev = "060bcd6df50bf2e61efe7b14b0458e83d72adc87";
rev = "680f9d7ea90dd0b48b51f29899c3110196b0e913";
};
nixpkgs-unstable = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixpkgs-unstable";
rev = "9b3e5a3aab728e7cea2da12b6db300136604be3a";
rev = "796a8764ab85746f916e2cc8f6a9a5fc6d4d03ac";
};
}