Skip to content

Commit c297711

Browse files
committed
fix(modules/home-manager/reo101-shell): refer to advcpmv with custom
1 parent 8558637 commit c297711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/home-manager/reo101-shell/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let
99
mkMerge;
1010

1111
shellAliases = {
12-
cp = "${pkgs.advcpmv}/bin/advcp -rvi";
13-
mv = "${pkgs.advcpmv}/bin/advmv -vi";
12+
cp = "${pkgs.custom.advcpmv}/bin/advcp -rvi";
13+
mv = "${pkgs.custom.advcpmv}/bin/advmv -vi";
1414
rebuild =
1515
let
1616
rebuild_script = pkgs.writeShellScript "rebuild" ''

0 commit comments

Comments
 (0)