mirror of
https://github.com/vale981/website
synced 2025-03-04 09:01:41 -05:00
4 lines
117 B
Nix
4 lines
117 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs.buildPackages; [ hugo nodejs ];
|
|
}
|