Skip to content

Commit

Permalink
_ unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Sep 26, 2022
1 parent 98e7842 commit d0e945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -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
Expand Down

0 comments on commit d0e945f

Please sign in to comment.