fix overlay/module

This commit is contained in:
atagen 2024-12-05 13:47:10 +11:00
parent bea46cef34
commit 3b4d67f96c
2 changed files with 15 additions and 16 deletions

View file

@ -1,6 +1,4 @@
{
overlay
}: {
imports = [./culr-module.nix];
nixpkgs.overlays = overlay;
{culrOverlay}: {
imports = [./culr-module.nix];
nixpkgs.overlays = [culrOverlay];
}