mirror of
https://github.com/vale981/website
synced 2025-03-04 17:11:40 -05:00
4 lines
96 B
Nix
4 lines
96 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ hugo ];
|
|
}
|