fix infinite recursion by namespacing new pkgs

This commit is contained in:
Noah Masur
2025-02-24 21:14:38 -05:00
parent 3206b48f28
commit e7366f9510
13 changed files with 31 additions and 19 deletions

View File

@ -5,5 +5,5 @@
type = "app";
program = pkgs.lib.getExe pkgs.format-root;
program = pkgs.lib.getExe pkgs.nmasur.format-root;
}

View File

@ -5,5 +5,5 @@
type = "app";
program = "${pkgs.loadkey}/bin/loadkey";
program = "${pkgs.nmasur.loadkey}/bin/loadkey";
}