mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 20:35:02 +01:00
nix
This commit is contained in:
parent
8162ce0cff
commit
8f11974c76
2 changed files with 4 additions and 0 deletions
3
shell.nix
Normal file
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
packages = with pkgs; [ hugo ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue