feat: Add Nix shell configuration

pull/8/head
parent 1a91d53b2d
commit ed7410e6f3
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -0,0 +1,8 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/994e2ef9e9c70b4dd7257f73452a94e871723685.tar.gz") {} }:
pkgs.mkShell {
buildInputs = [
pkgs.hugo
pkgs.nodejs
];
}
Loading…
Cancel
Save