Use <nixpkgs> for zola in shell.nix

This commit is contained in:
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

View file

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