home/nix-direnv: use unreleased version from flake

necessary to get integrated [GC root
refreshing](https://github.com/nix-community/nix-direnv/pull/631).

It currently looks like nix-direnv is going to be integrated into direnv
itself, so maybe nor new releases will be made until then.
This commit is contained in:
Trolli Schmittlauch 2026-01-27 23:16:49 +01:00
parent cfe1856b72
commit 4666231398
3 changed files with 77 additions and 3 deletions

View file

@ -29,6 +29,11 @@
flake = false;
url = "git+ssh://gitea@git.orlives.de:2342/schmittlauch/home-manager_secrets.git";
};
nix-direnv = {
url = "github:nix-community/nix-direnv";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =