From 30d44a5bed38c4e6fba7efb4ed89793ab2897357 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 30 Dec 2018 00:00:53 +0100 Subject: shell.nix: use advertised nixpkgs object --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index fb5f53d..ba9d110 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ let fetchSubmodules = true; }; lib = import "${stockholm}/lib"; - pkgs = import (builtins.fetchGit { url = "https://github.com/nixos/nixpkgs-channels"; ref = "44b02b52ea6a49674f124f50009299f192ed78bb"; }) { overlays = [(import "${stockholm}/krebs/5pkgs")]; }; + pkgs = import (builtins.fetchGit { url = "https://github.com/nixos/nixpkgs-channels"; ref = "ae002fe44e96b868c62581e8066d559ca2179e01"; }) { overlays = [(import "${stockholm}/krebs/5pkgs")]; }; commands.review = let moveToDir = key: dir: pkgs.writeText "move-with-${key}.lua" '' -- cgit v1.2.3