Remove the NixOS 22.11 support
Because the option `nodes.domain1.services.dnsmasq.settings' does not exist.
This commit is contained in:
parent
a948c49ca7
commit
1bcfcf786b
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@
|
||||||
name = "unstable";
|
name = "unstable";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "22.11";
|
|
||||||
pkgs = nixpkgs-22_11.legacyPackages.${system};
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
testNames = [
|
testNames = [
|
||||||
"internal"
|
"internal"
|
||||||
|
|
Loading…
Reference in a new issue