Loading pkgs/by-name/ne/netbox_4_4/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ py.pkgs.buildPythonApplication rec { pythonPath = py.pkgs.makePythonPath dependencies; inherit (py.pkgs) gunicorn; tests = { netbox = nixosTests.netbox_4_3; netbox = nixosTests.netbox_4_4; inherit (nixosTests) netbox-upgrade; }; updateScript = nix-update-script { }; Loading Loading
pkgs/by-name/ne/netbox_4_4/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ py.pkgs.buildPythonApplication rec { pythonPath = py.pkgs.makePythonPath dependencies; inherit (py.pkgs) gunicorn; tests = { netbox = nixosTests.netbox_4_3; netbox = nixosTests.netbox_4_4; inherit (nixosTests) netbox-upgrade; }; updateScript = nix-update-script { }; Loading