diff options
author | lassulus <lass@lassul.us> | 2017-05-03 18:41:36 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-05-03 18:41:36 +0200 |
commit | 8731860c5e01eb451d91a34cecafb37271eda862 (patch) | |
tree | 8cbca30588d1751771453c9586686b09e180046e | |
parent | 55c2bf4f55895928437c6c4ff72b48c09f962125 (diff) |
shell.nix get pkgs from stockholm
-rw-r--r-- | shell.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ -with import <nixpkgs> {}; { - env = stdenv.mkDerivation { +with import <stockholm>; { + env = pkgs.stdenv.mkDerivation { name = "playlist-tools"; - buildInputs = [ + buildInputs = with pkgs; [ ffmpeg parallel - python35Packages.youtube-dl + youtube-dl sox vorbisgain mpv |