Remove locutus for now
Git server is down.
This commit is contained in:
parent
72f4b407c3
commit
37f2fdf9d4
2 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
foliate
|
foliate
|
||||||
inputs.locutus.packages.${pkgs.stdenv.hostPlatform.system}.default
|
|
||||||
zk
|
zk
|
||||||
|
# inputs.locutus.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
# jrnl
|
# jrnl
|
||||||
# disable tests for now until the bug is fixed
|
# disable tests for now until the bug is fixed
|
||||||
# https://github.com/NixOS/nixpkgs/issues/476190
|
# https://github.com/NixOS/nixpkgs/issues/476190
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
# to avoid problems caused by different versions of nixpkgs.
|
# to avoid problems caused by different versions of nixpkgs.
|
||||||
inputs.nixpkgs.follows = "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:
|
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue