mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Updated system (with temp python2 wheel patch)
This commit is contained in:
parent
109aa756cf
commit
f32c6dd7cb
3 changed files with 50 additions and 25 deletions
|
@ -36,7 +36,8 @@
|
|||
nixpkgs-patched = (import nixpkgs { inherit system; }).applyPatches {
|
||||
name = "nixpkgs-patched";
|
||||
src = nixpkgs;
|
||||
patches = [ ./patches/emacs-no-version-check.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