workaround nix fetchGit issue https://github.com/NixOS/nix/issues/11012
2 files changed, 9 insertions(+), 3 deletions(-)
changed files
M flake.lock → flake.lock
@@ -97,10 +97,12 @@ "narHash": "sha256-NkLGZzUowYKYqF81KuA+KWZ07OsSkufWWXuBTiElRY4=", "ref": "refs/heads/main", "rev": "ebab20415fab0f71ae0d0319cb129ba1bf12bc16", "revCount": 234, + "shallow": false, "type": "git", "url": "https://git.alin.ovh/elgit" }, "original": { + "shallow": false, "type": "git", "url": "https://git.alin.ovh/elgit" }@@ -425,10 +427,12 @@ "narHash": "sha256-CZykCtysCBpcCaOPBl0r8gt2b08r62NEHo8dZu1dvSU=", "ref": "refs/heads/main", "rev": "54dd5bc9b1ab6fa9663b9834192ff1fea91df2c2", "revCount": 40, + "shallow": false, "type": "git", "url": "https://git.alin.ovh/mycal" }, "original": { + "shallow": false, "type": "git", "url": "https://git.alin.ovh/mycal" }@@ -734,11 +738,13 @@ "narHash": "sha256-4RKJTnKJDaCLdEF3oASf3R3LwMKDZH9JZ1+mpXESNhU=", "ref": "v0.1.46", "rev": "e72b060271452e25bbcb2799fc19996ff73689fd", "revCount": 487, + "shallow": false, "type": "git", "url": "https://git.alin.ovh/searchix" }, "original": { "ref": "v0.1.46", + "shallow": false, "type": "git", "url": "https://git.alin.ovh/searchix" }
M flake.nix → flake.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";