mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
_ unused variable
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
98e7842c26
commit
d0e945fdd7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
headscaleVersion = if (self ? shortRev) then self.shortRev else "dev";
|
||||
in
|
||||
{
|
||||
overlay = final: prev:
|
||||
overlay = _: prev:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${prev.system};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue