Remove locutus for now

Git server is down.
This commit is contained in:
Alexander Wainwright 2026-04-09 20:11:23 +10:00
parent 72f4b407c3
commit 37f2fdf9d4
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,8 @@ in
{
home.packages = with pkgs; [
foliate
inputs.locutus.packages.${pkgs.stdenv.hostPlatform.system}.default
zk
# inputs.locutus.packages.${pkgs.stdenv.hostPlatform.system}.default
# jrnl
# disable tests for now until the bug is fixed
# https://github.com/NixOS/nixpkgs/issues/476190

View file

@ -13,7 +13,7 @@
# to avoid problems caused by different versions of nixpkgs.
inputs.nixpkgs.follows = "nixpkgs";
};
locutus.url = "git+https://git.figtree.dev/alex/locutus";
# locutus.url = "git+https://git.figtree.dev/alex/locutus";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: