nix: update module

This commit is contained in:
notohh 2024-04-08 17:43:31 -04:00
parent e637dc13d3
commit 0eec09df3e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -17,7 +17,7 @@ in {
package = mkOption {
type = types.package;
default = self.package.${system}.default;
default = self.packages.${system}.default;
};
};