From 8731860c5e01eb451d91a34cecafb37271eda862 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 3 May 2017 18:41:36 +0200 Subject: shell.nix get pkgs from stockholm --- shell.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell.nix b/shell.nix index ba68205..0c148fd 100644 --- a/shell.nix +++ b/shell.nix @@ -1,10 +1,10 @@ -with import {}; { - env = stdenv.mkDerivation { +with import ; { + env = pkgs.stdenv.mkDerivation { name = "playlist-tools"; - buildInputs = [ + buildInputs = with pkgs; [ ffmpeg parallel - python35Packages.youtube-dl + youtube-dl sox vorbisgain mpv -- cgit v1.2.3