flake: unpin go version
This commit is contained in:
parent
c158e4823e
commit
013eeb7247
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user