diff options
| author | Grigory Shipunov | 2022-08-24 13:25:43 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-24 13:25:43 +0200 |
| commit | afa088825e88f6b8dc4e5bec91e3353df0ff46ca (patch) | |
| tree | aeb8f2b2019a683b994d974d9c066579523b8020 /flake.nix | |
| parent | 07edcd70a786e11596c6ed767f0fddbd18569148 (diff) | |
remove emacs overlay
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -14,12 +14,10 @@ url = github:nix-community/fenix; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; - emacs-overlay.url = github:nix-community/emacs-overlay/9019be27f46ed3a102b2e732cb679eb01217a839; }; outputs = inputs@{ self - , emacs-overlay , nixpkgs , nixpkgs-unstable , sops-nix @@ -43,9 +41,6 @@ ./modules/radio.nix ./modules/science.nix ./modules/tlp.nix - { - nixpkgs.overlays = [ emacs-overlay.overlay ]; - } ({ pkgs, ... }: { nixpkgs.overlays = [ fenix.overlay ]; environment.systemPackages = with pkgs; [ |
