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:
parent
cfe1856b72
commit
4666231398
3 changed files with 77 additions and 3 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue