switch tailscale to unstable to avoid build failure
This commit is contained in:
parent
4ec4689a3d
commit
53673402dd
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ config, ... }:
|
||||
{ config, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
# fix build failure temporarily
|
||||
services.tailscale.package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.tailscale;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue