This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/scripts/update-go.sh

6 lines
133 B
Bash
Raw Normal View History

2023-08-31 15:26:25 +00:00
#!/usr/bin/env bash
2023-04-21 13:51:47 +00:00
SOURCE=$1
WRITE_PATH=$(realpath $2)
2022-09-25 16:06:38 +00:00
2023-08-22 12:10:26 +00:00
nix run github:darkkirb/gomod2nix -vL -- --dir $SOURCE --outdir $WRITE_PATH