expose overlay
This commit is contained in:
parent
9196d102eb
commit
9243e1fe0f
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
||||||
|
|
||||||
# eintopf-radar-sync service module
|
# eintopf-radar-sync service module
|
||||||
nixosModule = (import ./module.nix);
|
nixosModule = (import ./module.nix);
|
||||||
|
|
||||||
|
overlay = self: super: {
|
||||||
|
eintopf-radar-sync = packages.eintopf-radar-sync;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue