Use <nixpkgs> for zola in shell.nix
This commit is contained in:
parent
06ef7a534f
commit
86c824ab59
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue