remove gotosocial
This commit is contained in:
parent
76285643d8
commit
7b6894128f
|
@ -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 { };
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./gotosocial.nix
|
||||
#./gotosocial.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue