0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

netbox_4_1: init at 4.1.3

This commit is contained in:
Minijackson 2024-10-07 16:14:33 +02:00
parent 97815535fb
commit c0e16ebce5
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62
3 changed files with 147 additions and 0 deletions

View file

@ -659,6 +659,7 @@ in {
netbox_3_6 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_3_6; };
netbox_3_7 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_3_7; };
netbox_4_0 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_4_0; };
netbox_4_1 = handleTest ./web-apps/netbox.nix { netbox = pkgs.netbox_4_1; };
netbox-upgrade = handleTest ./web-apps/netbox-upgrade.nix {};
# TODO: put in networking.nix after the test becomes more complete
networkingProxy = handleTest ./networking-proxy.nix {};