diff --git a/flake.lock b/flake.lock index 4bb4309..30d8c29 100644 --- a/flake.lock +++ b/flake.lock @@ -83,26 +83,6 @@ "url": "https://codeberg.org/noe/doll.repair" } }, - "fedi-emotes": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1713648847, - "narHash": "sha256-1nlurboQP8OH8ja4k4tH/l6ViJ49oehlA+xjxmzgV68=", - "ref": "refs/heads/main", - "rev": "1518968e7bdb99376b08885a19fb08bd27d32861", - "revCount": 2, - "type": "git", - "url": "https://git.sapphic.engineer/noe/emotes" - }, - "original": { - "type": "git", - "url": "https://git.sapphic.engineer/noe/emotes" - } - }, "flake-compat": { "locked": { "lastModified": 1688025799, @@ -630,7 +610,6 @@ "apple-silicon": "apple-silicon", "darwin": "darwin", "doll-repair": "doll-repair", - "fedi-emotes": "fedi-emotes", "home-manager": "home-manager", "iceshrimp": "iceshrimp", "iceshrimp-withdrawal": "iceshrimp-withdrawal", diff --git a/flake.nix b/flake.nix index 047da81..f7a1168 100644 --- a/flake.nix +++ b/flake.nix @@ -58,10 +58,10 @@ url = "git+https://git.sapphic.engineer/noe/tachikoma"; inputs.nixpkgs.follows = "nixpkgs"; }; - fedi-emotes = { - url = "git+https://git.sapphic.engineer/noe/emotes"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # fedi-emotes = { + # url = "git+https://git.sapphic.engineer/noe/emotes"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; }; nixConfig = { diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index 45b3580..c74140d 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -5,7 +5,7 @@ }; secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys); secretRef = key: { _secret = config.sops.secrets.${key}.path; }; - fediEmotes = inputs.fedi-emotes.packages.${pkgs.system}; + # fediEmotes = inputs.fedi-emotes.packages.${pkgs.system}; in { imports = [ inputs.tachikoma.nixosModules.default