all repos — nixfiles @ 169cbb0b8021b0ab1eab01b43109757ceac0670c

System and user configuration, managed by nix and home-manager

base: change remake to be an installed package

Enables calling remake easily from other programs
Alan Pearce alan@alanpearce.eu
Sun, 28 May 2023 07:42:54 +0200
commit

169cbb0b8021b0ab1eab01b43109757ceac0670c

parent

90bb5aac1c356ba0f0fa91f1374d19c2d67b5ace

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -26,7 +26,7 @@ stateHome = "${config.home.homeDirectory}/.local/state";   };
 
   programs.zsh.shellAliases = {
-    make = "${pkgs.remake}/bin/remake";
+    make = "remake";
   };
   programs.htop = {
     enable = true;
@@ -49,6 +49,7 @@ knot-dns       moreutils
       mtr
       tree
+      remake
       abduco
       dvtm
       (aspellWithDicts (d: [ d.en d.en-computers d.en-science d.de ]))