diff options
author | lassulus <lassulus@lassul.us> | 2018-12-30 00:00:53 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-12-30 00:00:53 +0100 |
commit | 30d44a5bed38c4e6fba7efb4ed89793ab2897357 (patch) | |
tree | 1d5fd39d20fb3a71466497d10b981ef81d8b656d | |
parent | 11ef524715c34d98a1a052fc8a953fe6a3747984 (diff) |
shell.nix: use advertised nixpkgs object
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" '' |