Use <nixpkgs> for zola in shell.nix

master
Simon Bruder 2020-10-10 10:04:50 +02:00
parent 06ef7a534f
commit 86c824ab59
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 4 deletions

View File

@ -1,12 +1,10 @@
{ pkgs ? import <nixpkgs> {}
, unstable ? import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {}
}:
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
python38
python38Packages.mutagen
unstable.zola
zola
unzip
wget
];