summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-05-03 18:41:36 +0200
committerlassulus <lass@lassul.us>2017-05-03 18:41:36 +0200
commit8731860c5e01eb451d91a34cecafb37271eda862 (patch)
tree8cbca30588d1751771453c9586686b09e180046e
parent55c2bf4f55895928437c6c4ff72b48c09f962125 (diff)
shell.nix get pkgs from stockholm
-rw-r--r--shell.nix8
1 files 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 <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