nix: update module

This commit is contained in:
notohh 2024-04-08 17:29:04 -04:00
parent e4de1451e3
commit 633a6db6f1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,5 @@
{
pkgs,
self,
config,
lib,
...
@ -18,7 +17,7 @@ in {
package = mkOption {
type = types.package;
default = self.packages.${system}.default;
default = pkgs.forcebot_rs;
};
};