This commit is contained in:
Patrick Stevens
2024-04-13 17:39:45 +01:00
committed by GitHub
parent 4205c95fa0
commit eb2780622d
3 changed files with 111 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
description = "Static site builder for patrickstevens.co.uk";
inputs = {
flake-utils.url = github:numtide/flake-utils;
flake-utils.url = "github:numtide/flake-utils";
scripts.url = "github:Smaug123/flake-shell-script";
nixpkgs.url = "github:NixOS/nixpkgs";
extra-content = {
@@ -84,7 +84,7 @@
mv output $out
'';
};
in rec {
in {
packages = flake-utils.lib.flattenTree {
gitAndTools = pkgs.gitAndTools;
default = website;