Update stable nixpkgs

This commit is contained in:
Jonas Nick 2019-01-13 20:58:30 +00:00
parent e4d5d6935d
commit 0df59113f4
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ let
nixpkgs = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixos-18.09";
rev = "0396345b79436f54920f7eb651ab42acf2eb7973";
rev = "001b34abcb4d7f5cade707f7fd74fa27cbabb80b";
};
in
with import nixpkgs { };