Not this again...
This commit is contained in:
parent
37aa66a33b
commit
e76f0aa5d3
14
niten.nix
14
niten.nix
@ -21,13 +21,13 @@ let
|
|||||||
elpher
|
elpher
|
||||||
use-package
|
use-package
|
||||||
];
|
];
|
||||||
emacsPackagesOverlay = final: prev: {
|
;; emacsPackagesOverlay = final: prev: {
|
||||||
irony = prev.irony.overrideAttrs (esuper: {
|
;; irony = prev.irony.overrideAttrs (esuper: {
|
||||||
buildInputs = with pkgs;
|
;; buildInputs = with pkgs;
|
||||||
esuper.buildInputs ++
|
;; esuper.buildInputs ++
|
||||||
[ cmake libclang clang ];
|
;; [ cmake libclang clang ];
|
||||||
});
|
;; });
|
||||||
};
|
;; };
|
||||||
};
|
};
|
||||||
|
|
||||||
gui-packages = with pkgs; [
|
gui-packages = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user