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";
|
headscaleVersion = if (self ? shortRev) then self.shortRev else "dev";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
overlay = final: prev:
|
overlay = _: prev:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${prev.system};
|
pkgs = nixpkgs.legacyPackages.${prev.system};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue