added shell.nix so that zola is always in path
This commit is contained in:
parent
04ad0f731f
commit
2dbe45ff66
1 changed files with 7 additions and 0 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
|
pkgs.mkShellNoCC {
|
||||||
|
packages = with pkgs; [
|
||||||
|
zola
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue