Don't do callPackage twice
This commit is contained in:
parent
a7d27d91b4
commit
6055b9417a
2 changed files with 4 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
)
|
||||
// {
|
||||
nixosModules = {
|
||||
night-light = import ./module.nix;
|
||||
night-light = import ./module.nix self;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue