Skip to content

Commit

Permalink
flake: no emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Nov 26, 2024
1 parent bbe53a4 commit e505c85
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 44 deletions.
42 changes: 2 additions & 40 deletions flake.lock

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

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
inputs = {
# Flake inputs
agenix.url = "github:ryantm/agenix";
emacs.url = "github:nix-community/emacs-overlay";
darwin.url = "github:lnl7/nix-darwin";
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
home.url = "github:nix-community/home-manager";
Expand Down Expand Up @@ -51,7 +50,6 @@
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.darwin.follows = "darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs";
emacs.inputs.nixpkgs.follows = "nixpkgs";
home.inputs.nixpkgs.follows = "nixpkgs";
nix.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
1 change: 0 additions & 1 deletion modules/parts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
hostPlatform = system;

overlays = lib.mkForce [
inputs.emacs.overlay
inputs.nixpkgs-f2k.overlays.stdenvs
self.overlays.default
];
Expand Down
1 change: 0 additions & 1 deletion modules/shared/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
fonts = {
packages = __attrValues {
inherit (pkgs)
emacs-all-the-icons-fonts
fantasque-sans-mono
# NOTE: use only when current is outdated
# iosevka-ft
Expand Down

0 comments on commit e505c85

Please sign in to comment.