fix default package
This commit is contained in:
parent
53a61181b3
commit
0cb3d62721
|
@ -22,7 +22,7 @@
|
||||||
modules = ./gomod2nix.toml;
|
modules = ./gomod2nix.toml;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
defaultPackage = sanic;
|
packages.default = sanic;
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
go
|
go
|
||||||
|
@ -38,3 +38,4 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue