fix default package

This commit is contained in:
XenGi 2024-01-29 22:09:02 +01:00
parent 53a61181b3
commit 0cb3d62721
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g

View file

@ -22,7 +22,7 @@
modules = ./gomod2nix.toml;
};
in {
defaultPackage = sanic;
packages.default = sanic;
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
go
@ -38,3 +38,4 @@
}
);
}