all repos — nixfiles @ 4c781b50a4316a58f281ffdf6717e5e4f2f60317

System and user configuration, managed by nix and home-manager

workaround nix fetchGit issue https://github.com/NixOS/nix/issues/11012

Alan Pearce
commit

4c781b50a4316a58f281ffdf6717e5e4f2f60317

parent

77dd5aa4d9aceb1556f07407bc63092a7e67c17d

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M flake.nixflake.nix
@@ -23,10 +23,10 @@ inputs.nixpkgs.follows = "nixpkgs";
}; angrr.url = "github:linyinfeng/angrr"; - elgit.url = "git+https://git.alin.ovh/elgit"; golink.url = "github:tailscale/golink"; - mycal.url = "git+https://git.alin.ovh/mycal"; - searchix.url = "git+https://git.alin.ovh/searchix?ref=v0.1.46"; + elgit.url = "git+https://git.alin.ovh/elgit?shallow=0"; + mycal.url = "git+https://git.alin.ovh/mycal?shallow=0"; + searchix.url = "git+https://git.alin.ovh/searchix?ref=v0.1.46&shallow=0"; nixvim = { url = "github:nix-community/nixvim";