1
0

pkgs/nixos-firewall-tool: add script to interactively manipulate the NixOS firewall

This commit is contained in:
2023-11-05 14:38:21 +01:00
parent 5fc75da28c
commit 111ebefd1d
5 changed files with 68 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ self: super: {
nixfiles-generate-config = self.callPackage ./nixfiles/nixfiles-generate-config.nix {};
nixfiles-updated-inputs = self.callPackage ./nixfiles/nixfiles-updated-inputs.nix {};
nixfiles-update-ssh-host-keys = self.callPackage ./nixfiles/nixfiles-update-ssh-host-keys.nix {};
nixos-firewall-tool = self.callPackage ./nixos-firewall-tool {};
pyexcel-xlsx = self.python3.pkgs.callPackage ./pyexcel-xlsx {};
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
update-from-hydra = self.callPackage ./update-from-hydra {};