Skip to content

Commit

Permalink
debug: mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Oct 22, 2024
1 parent 49e3ca9 commit 889e0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -8590,7 +8590,7 @@ By using the emacs-overlay NixOS module, I can install all Emacs packages that I
Lastly, I am defining some more packages here that the parser has problems finding. Also there are some packages that are not in ELPA or MELPA that I still want to use, like =calfw= and =fast-scroll=, so I build them here.

#+begin_src nix :tangle profiles/common/home/emacs.nix
{ pkgs, lib, ... }:
{ pkgs, lib, config, ... }:
let
mkIfElse = p: yes: no: lib.mkMerge [
(lib.mkIf p yes)
Expand Down
2 changes: 1 addition & 1 deletion profiles/common/home/emacs.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, lib, config, ... }:
let
mkIfElse = p: yes: no: lib.mkMerge [
(lib.mkIf p yes)
Expand Down

0 comments on commit 889e0d2

Please sign in to comment.