remove gotosocial

This commit is contained in:
fleaz 2023-12-13 23:57:13 +01:00
parent 76285643d8
commit 7b6894128f
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ self: super: {
};
};
gotosocial = super.callPackage ./gotosocial { };
#gotosocial = super.callPackage ./gotosocial { };
pulse-secure = super.callPackage ./pulse-secure { };
studio-link = super.callPackage ./studio-link.nix { };

View file

@ -1,5 +1,5 @@
{
imports = [
./gotosocial.nix
#./gotosocial.nix
];
}