Added nixpkgs patches documentation

This commit is contained in:
Emmet
2023-09-09 06:18:41 -05:00
parent 87ab124681
commit 4108b4eb0e
3 changed files with 34 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
spawnEditor = if (editor == "emacsclient") then "emacsclient -c -a 'emacs'"
else (if (editor == ("vim" || "nvim" || "nano")) then "$TERM -e $EDITOR" else editor);
# create patched nixpkgs
nixpkgs-patched = (import nixpkgs { inherit system; }).applyPatches {
name = "nixpkgs-patched";
src = nixpkgs;