mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 13:10:14 +00:00
fix infinite recursion by namespacing new pkgs
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
@ -43,7 +44,7 @@ in
|
||||
body = builtins.readFile ./functions/fish_user_key_bindings.fish;
|
||||
};
|
||||
ip = {
|
||||
body = builtins.readFile ./functions/ip.fish;
|
||||
body = lib.getExe pkgs.nmasur.ip-check;
|
||||
};
|
||||
json = {
|
||||
description = "Tidy up JSON using jq";
|
||||
|
Reference in New Issue
Block a user