nixos-module/default.nix: fixed typo

This commit is contained in:
Andrew Bryant 2024-12-27 17:20:08 -05:00
parent 209f5d3454
commit 86c794f84b

View File

@ -1,7 +1,7 @@
{ overlays }:
{
invoice-ninja = import ./invoice-ninja.nix
invoice-ninja = import ./invoice-ninja.nix;
overlayNixpkgsForThisInstance =
{ pkgs, ... }: {
nixpkgs = {