fix default package
This commit is contained in:
parent
53a61181b3
commit
0cb3d62721
1 changed files with 2 additions and 1 deletions
|
@ -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 @@
|
|||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue