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
|
in
|
||||||
{
|
{
|
||||||
defaultPackage = pkgs.callPackage ./default.nix { };
|
defaultPackage = pkgs.callPackage ./default.nix { };
|
||||||
devShell = with pkgs; mkShell {
|
devShell = import ./shell.nix { inherit pkgs; };
|
||||||
buildInputs = [
|
|
||||||
gomod2nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue