Skip to content

Commit

Permalink
Fix go dependency for newer nix channel
Browse files Browse the repository at this point in the history
  • Loading branch information
psanford committed Nov 30, 2024
1 parent 15fcb28 commit 829191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
openjdk17
androidComposition.androidsdk
go_1_20
go
];

shellHook = ''
Expand Down

0 comments on commit 829191a

Please sign in to comment.