mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Updated system and removed broken emacs :(
This commit is contained in:
parent
37e63c0ec5
commit
3b9eea143e
6 changed files with 118 additions and 29 deletions
|
@ -56,7 +56,9 @@
|
|||
(import inputs.nixpkgs { system = systemSettings.system; rocmSupport = (if systemSettings.gpu == "amd" then true else false); }).applyPatches {
|
||||
name = "nixpkgs-patched";
|
||||
src = inputs.nixpkgs;
|
||||
patches = [ ./patches/emacs-no-version-check.patch ];
|
||||
patches = [ ./patches/emacs-no-version-check.patch
|
||||
./patches/nixpkgs-348697.patch
|
||||
];
|
||||
};
|
||||
|
||||
# configure pkgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue