nixos-module/default.nix: fixed typo
This commit is contained in:
parent
209f5d3454
commit
86c794f84b
@ -1,7 +1,7 @@
|
|||||||
{ overlays }:
|
{ overlays }:
|
||||||
|
|
||||||
{
|
{
|
||||||
invoice-ninja = import ./invoice-ninja.nix
|
invoice-ninja = import ./invoice-ninja.nix;
|
||||||
overlayNixpkgsForThisInstance =
|
overlayNixpkgsForThisInstance =
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user