refactor(tailscale): update to use masterPkgs for tailscale
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
specialArgs = {
|
||||
inherit device inputs;
|
||||
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
|
||||
masterPkgs = inputs.nixpkgs-master.legacyPackages.${device.system};
|
||||
lanzaboote = inputs.lanzaboote;
|
||||
cratesNix = inputs.crates-nix.mkLib {pkgs = nixpkgs.legacyPackages.${device.system};};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user