shell.nix 96 B

12345
  1. { pkgs ? import ./nix/pinned-nixpkgs.nix {} }:
  2. pkgs.mkShell {
  3. buildInputs = [ pkgs.hugo ];
  4. }