From 0df59113f471d066da915e22e1665550f33134bf Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Sun, 13 Jan 2019 20:58:30 +0000 Subject: [PATCH] Update stable nixpkgs --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c2792ec..5c9efe3 100644 --- a/shell.nix +++ b/shell.nix @@ -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 { };