diff --git a/default.nix b/default.nix index 3c4741d..cb605fc 100644 --- a/default.nix +++ b/default.nix @@ -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 { }; diff --git a/modules/default.nix b/modules/default.nix index 9a55f3a..3e8f981 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,5 +1,5 @@ { imports = [ - ./gotosocial.nix + #./gotosocial.nix ]; }