mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-20 18:09:29 +00:00
flake: expose headscale-release-issue in devShell
This commit is contained in:
parent
03bce62750
commit
37abf44091
1 changed files with 2 additions and 0 deletions
|
|
@ -232,6 +232,8 @@
|
|||
cat go.mod | ${pkgs.silver-searcher}/bin/ag "\t" | ${pkgs.silver-searcher}/bin/ag -v indirect | ${pkgs.gawk}/bin/awk '{print $1}' | ${pkgs.findutils}/bin/xargs go get -u
|
||||
go mod tidy
|
||||
'')
|
||||
|
||||
(pkgs.callPackage ./nix/release-issue { })
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue