Browse Source

Add build script to inputs

master
parent
commit
0c30b1a4b2
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      flake.nix

2
flake.nix

@ -20,7 +20,7 @@
rec {
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
hugo
weddingSiteBuild
weddingSiteUpdate
];
};

Loading…
Cancel
Save