mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Added nixpkgs patches documentation
This commit is contained in:
parent
87ab124681
commit
4108b4eb0e
3 changed files with 34 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue