feat: Add Nix shell configuration
This commit is contained in:
parent
fe08fdd7bb
commit
0ecf9ad46f
1 changed files with 8 additions and 0 deletions
8
default.nix
Normal file
8
default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/994e2ef9e9c70b4dd7257f73452a94e871723685.tar.gz") {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.hugo
|
||||
pkgs.nodejs
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue