Added a shell.nix
This commit is contained in:
parent
2ce7735ef9
commit
e86c501bc7
1 changed files with 6 additions and 0 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
name = "hugo";
|
||||
nativeBuildInputs = with pkgs; [ hugo ];
|
||||
}
|
Loading…
Add table
Reference in a new issue