aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/hjem/programs
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
commit2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch)
treea8a323c6571556d3f1b5e8f197e17ed447f8daa4 /modules/terminal/hjem/programs
parenta97c10944e382cc7c439339c88a007401b67beeb (diff)
changes (idk)
Diffstat (limited to 'modules/terminal/hjem/programs')
-rw-r--r--modules/terminal/hjem/programs/helix.nix2
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";