mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
nix-direnv: keep package option until this PR
https://github.com/nix-community/home-manager/pull/5773
This commit is contained in:
parent
aa15c4dc0b
commit
a8f112e759
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
# Until https://github.com/juspay/nix-dev-home/issues/68
|
||||
# Until https://github.com/nix-community/home-manager/pull/5773
|
||||
package = lib.mkIf (config.nix.package != null)
|
||||
(pkgs.nix-direnv.override { nix = config.nix.package; });
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue