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