Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 80862e4

Browse files
committed
「🆙」 update(direnv): just made a quick update !
1 parent 7100964 commit 80862e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/home-manager/cli/shell/direnv.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
lib,
33
config,
4+
inputs,
5+
pkgs,
46
...
57
}:
68

@@ -10,5 +12,6 @@
1012
enableZshIntegration = true;
1113
nix-direnv.enable = true;
1214
silent = true;
15+
package = inputs.unstablepkgs.legacyPackages.${pkgs.system}.direnv;
1316
};
1417
}

0 commit comments

Comments
 (0)