disable testing stuff
This commit is contained in:
parent
8e2c7ffa1c
commit
8584a530a2
|
@ -10,12 +10,12 @@ self: super: {
|
|||
};
|
||||
|
||||
#gotosocial = super.callPackage ./gotosocial { };
|
||||
pulse-secure = super.callPackage ./pulse-secure { };
|
||||
#pulse-secure = super.callPackage ./pulse-secure { };
|
||||
studio-link = super.callPackage ./studio-link { };
|
||||
nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
|
||||
#nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
|
||||
libedgetpu = self.callPackage ./libedgetpu { };
|
||||
neolink = self.callPackage ./neolink { };
|
||||
mealie = self.callPackage ./mealie { };
|
||||
#mealie = self.callPackage ./mealie { };
|
||||
gohome = self.callPackage ./gohome { };
|
||||
matrix-alertmanager-receiver = self.callPackage ./matrix-alertmanager-receiver { };
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
#./gotosocial.nix
|
||||
./mealie.nix
|
||||
./matrix-alertmanager-receiver.nix
|
||||
#./mealie.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue