Package is now 'invoiceninja', modified code to reflect name change, changed nixos module definition for caddy to allow local development

This commit is contained in:
2025-01-01 12:11:18 -05:00
parent 14976fdae9
commit 4cb4a1c05d
3 changed files with 95 additions and 90 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ overlays }:
{
invoice-ninja = import ./invoice-ninja.nix;
invoiceninja = import ./invoiceninja.nix;
overlayNixpkgsForThisInstance =
{ pkgs, ... }: {
nixpkgs = {