From 11ef524715c34d98a1a052fc8a953fe6a3747984 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 29 Dec 2018 23:55:22 +0100 Subject: get up2date youtube-dl --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 02c1e15..fb5f53d 100644 --- a/shell.nix +++ b/shell.nix @@ -4,9 +4,10 @@ let url = "https://cgit.lassul.us/stockholm"; rev = "02f67ee"; sha256 = "1ml6aw8ds1sw6bl238v9vc78sjv3iys71184ayirmj2kn6dr33ap"; + fetchSubmodules = true; }; lib = import "${stockholm}/lib"; - pkgs = import { overlays = [(import "${stockholm}/krebs/5pkgs")]; }; + pkgs = import (builtins.fetchGit { url = "https://github.com/nixos/nixpkgs-channels"; ref = "44b02b52ea6a49674f124f50009299f192ed78bb"; }) { overlays = [(import "${stockholm}/krebs/5pkgs")]; }; commands.review = let moveToDir = key: dir: pkgs.writeText "move-with-${key}.lua" '' -- cgit v1.2.3