diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
| commit | 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch) | |
| tree | a8a323c6571556d3f1b5e8f197e17ed447f8daa4 /modules/terminal/hjem/programs/helix.nix | |
| parent | a97c10944e382cc7c439339c88a007401b67beeb (diff) | |
changes (idk)
Diffstat (limited to 'modules/terminal/hjem/programs/helix.nix')
| -rw-r--r-- | modules/terminal/hjem/programs/helix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/terminal/hjem/programs/helix.nix b/modules/terminal/hjem/programs/helix.nix index ae8ad03..a544616 100644 --- a/modules/terminal/hjem/programs/helix.nix +++ b/modules/terminal/hjem/programs/helix.nix @@ -18,7 +18,7 @@ installPhase = '' mkdir -p $out/bin makeWrapper ${pkgs.rust-analyzer}/bin/rust-analyzer $out/bin/rust-analyzer \ - --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [rustc cargo])} + --prefix PATH : ${lib.makeBinPath (with pkgs; [rustc cargo])} ''; }; in "${env}/bin/rust-analyzer"; |
