Don't do callPackage twice

This commit is contained in:
Sven van Heugten 2026-02-14 19:58:35 +01:00
parent a7d27d91b4
commit 6055b9417a
2 changed files with 4 additions and 3 deletions

View file

@ -23,7 +23,7 @@
)
// {
nixosModules = {
night-light = import ./module.nix;
night-light = import ./module.nix self;
};
};
}