From 7b6894128f4916e0278fbef7be07d83b9cba62f3 Mon Sep 17 00:00:00 2001 From: fleaz Date: Wed, 13 Dec 2023 23:57:13 +0100 Subject: [PATCH] remove gotosocial --- default.nix | 2 +- modules/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]; }