Move publish script to Nix

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-08-25 18:20:11 +01:00
parent b4a233a20f
commit 386c68813a
3 changed files with 15 additions and 9 deletions

View file

@ -20,6 +20,7 @@
(import ../drafts.nix { inherit pkgs; })
(import ../new-draft.nix { inherit pkgs; })
(import ../publish.nix { inherit pkgs; })
];
};
}