mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-09 12:09:08 +00:00
flake.nix: Use development shell from shell.nix
This commit is contained in:
parent
d1df21fc5a
commit
c9d91f60a7
1 changed files with 1 additions and 5 deletions
|
@ -21,11 +21,7 @@
|
|||
in
|
||||
{
|
||||
defaultPackage = pkgs.callPackage ./default.nix { };
|
||||
devShell = with pkgs; mkShell {
|
||||
buildInputs = [
|
||||
gomod2nix
|
||||
];
|
||||
};
|
||||
devShell = import ./shell.nix { inherit pkgs; };
|
||||
})
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue