Move wrapNonNixProgram to utils module
Define the wrapNonNixProgram in my Nix utils module.
This commit is contained in:
parent
02721a25a7
commit
aa9b81fe21
4 changed files with 24 additions and 10 deletions
|
|
@ -8,6 +8,7 @@ let
|
|||
};
|
||||
in {
|
||||
nixos = readTree ./nixos;
|
||||
utils = readTree ./utils;
|
||||
emacs = readTree ./emacs;
|
||||
blog = readTree ./blog;
|
||||
lisp = readTree ./lisp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue