flake: unpin go version

This commit is contained in:
Aaron Bieber 2024-03-21 10:24:29 -06:00
parent c158e4823e
commit 013eeb7247
No known key found for this signature in database

View File

@ -15,7 +15,7 @@
in { in {
xintray = with pkgs; xintray = with pkgs;
buildGo120Module rec { buildGoModule rec {
pname = "xintray"; pname = "xintray";
version = "v0.1.18"; version = "v0.1.18";
src = ./.; src = ./.;
@ -64,11 +64,11 @@
shellHook = '' shellHook = ''
PS1='\u@\h:\@; ' PS1='\u@\h:\@; '
nix run github:qbit/xin#flake-warn nix run github:qbit/xin#flake-warn
echo "Go `${pkgs.go_1_20}/bin/go version`" echo "Go `${pkgs.go}/bin/go version`"
''; '';
buildInputs = with pkgs; [ buildInputs = with pkgs; [
git git
go_1_20 go
gopls gopls
go-tools go-tools