Add shell.nix
This commit is contained in:
parent
6f402f2150
commit
fc69b6b08a
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 {
|
||||
packages = [
|
||||
pkgs.hugo
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue