remove emacs overlay
This commit is contained in:
parent
07edcd70a7
commit
afa088825e
1 changed files with 0 additions and 5 deletions
|
@ -14,12 +14,10 @@
|
||||||
url = github:nix-community/fenix;
|
url = github:nix-community/fenix;
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
emacs-overlay.url = github:nix-community/emacs-overlay/9019be27f46ed3a102b2e732cb679eb01217a839;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{ self
|
inputs@{ self
|
||||||
, emacs-overlay
|
|
||||||
, nixpkgs
|
, nixpkgs
|
||||||
, nixpkgs-unstable
|
, nixpkgs-unstable
|
||||||
, sops-nix
|
, sops-nix
|
||||||
|
@ -43,9 +41,6 @@
|
||||||
./modules/radio.nix
|
./modules/radio.nix
|
||||||
./modules/science.nix
|
./modules/science.nix
|
||||||
./modules/tlp.nix
|
./modules/tlp.nix
|
||||||
{
|
|
||||||
nixpkgs.overlays = [ emacs-overlay.overlay ];
|
|
||||||
}
|
|
||||||
({ pkgs, ... }: {
|
({ pkgs, ... }: {
|
||||||
nixpkgs.overlays = [ fenix.overlay ];
|
nixpkgs.overlays = [ fenix.overlay ];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue