Oops, comments are # in nix

This commit is contained in:
Peter Selby 2023-11-06 19:43:11 -08:00
parent e76f0aa5d3
commit 1288e89929
1 changed files with 7 additions and 7 deletions

View File

@ -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; [