mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Hardware + filesystem optimzations (I think..)
This commit is contained in:
parent
4eb54c3fe6
commit
e738c2475b
5 changed files with 26 additions and 7 deletions
|
@ -36,8 +36,10 @@
|
|||
nixpkgs-patched = (import nixpkgs { inherit system; }).applyPatches {
|
||||
name = "nixpkgs-patched";
|
||||
src = nixpkgs;
|
||||
patches = [ ./patches/emacs-no-version-check.patch
|
||||
./patches/nixos-nixpkgs-268027.patch ];
|
||||
patches = [
|
||||
./patches/emacs-no-version-check.patch
|
||||
./patches/nixos-nixpkgs-268027.patch
|
||||
];
|
||||
};
|
||||
|
||||
# configure pkgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue