1 { lib, nixosTests, callPackage, }:
3 generic = import ./generic.nix;
6 netbox = self.netbox_3_7;
8 netbox_3_6 = callPackage generic {
10 hash = "sha256-R/hcBKrylW3GnEy10DkrLVr8YJtsSCvCP9H9LhafO9I=";
12 # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
16 netbox = nixosTests.netbox_3_6;
17 inherit (nixosTests) netbox-upgrade;
20 maintainers = with lib.maintainers; [ minijackson n0emis raitobezarius ];
24 netbox_3_7 = callPackage generic {
26 hash = "sha256-61pJbMWXNFnvWI0z9yWvsutdCAP4VydeceANNw0nKsk=";
28 # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
32 netbox = nixosTests.netbox_3_7;
33 inherit (nixosTests) netbox-upgrade;
36 maintainers = with lib.maintainers; [ minijackson n0emis raitobezarius ];