Oops, comments are # in nix
This commit is contained in:
parent
e76f0aa5d3
commit
1288e89929
14
niten.nix
14
niten.nix
|
@ -21,13 +21,13 @@ let
|
|||
elpher
|
||||
use-package
|
||||
];
|
||||
;; emacsPackagesOverlay = final: prev: {
|
||||
;; irony = prev.irony.overrideAttrs (esuper: {
|
||||
;; buildInputs = with pkgs;
|
||||
;; esuper.buildInputs ++
|
||||
;; [ cmake libclang clang ];
|
||||
;; });
|
||||
;; };
|
||||
# emacsPackagesOverlay = final: prev: {
|
||||
# irony = prev.irony.overrideAttrs (esuper: {
|
||||
# buildInputs = with pkgs;
|
||||
# esuper.buildInputs ++
|
||||
# [ cmake libclang clang ];
|
||||
# });
|
||||
# };
|
||||
};
|
||||
|
||||
gui-packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue