Skip to content

Commit

Permalink
add custom nixpkgs via registry, use it for emacs macport 29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsawyer77 committed Jul 29, 2024
1 parent 6ea94d5 commit d48759b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 48 deletions.
77 changes: 29 additions & 48 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
};
# flake-utils.url = "github:numtide/flake-utils";
# nixpkgs-emacs.url = "github:nixos/nixpkgs/master";
# custom nixpkgs: added via nix registry
nixpkgs-emacs = {
url = "sawyer-nixpkgs";
};
# emacs-overlay = {
# # master commit from 2023-08-16:
# url = "github:nix-community/emacs-overlay/314ea6e0c500c52886d7d375229716e34995e643";
Expand Down Expand Up @@ -140,6 +144,9 @@
inherit config lib pkgs username fontConfig;
mkalias = inputs.mkalias;
poetry2nix = inputs.poetry2nix;
nixpkgs-emacs = inputs.nixpkgs-emacs;
# darwin-emacs = inputs.darwin-emacs;
# emacs-overlay = inputs.emacs-overlay;
});
}
# ./modules/haskell.nix
Expand Down

0 comments on commit d48759b

Please sign in to comment.