summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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