Update nixpkgs

This commit is contained in:
Jonas Nick 2019-04-08 13:47:52 +00:00
parent f00a0fa2d3
commit f0b78ee411
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 = "680f9d7ea90dd0b48b51f29899c3110196b0e913";
rev = "222950952f15f6b1e9f036b80440b597f23e652d";
};
nixpkgs-unstable = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixpkgs-unstable";
rev = "796a8764ab85746f916e2cc8f6a9a5fc6d4d03ac";
rev = "0c0954781e257b8b0dc49341795a2fe7d96945a3";
};
}