make emacs overlay actually pull from community cachix

This commit is contained in:
Sakooooo 2024-08-21 16:05:06 +04:00
parent 2ba159441c
commit 750bbaad36
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -8,7 +8,6 @@
home-manager = { home-manager = {
# this manages your dotfiles for the most part # this manages your dotfiles for the most part
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
NixOS-WSL = { NixOS-WSL = {
@ -23,7 +22,6 @@
}; };
emacs-overlay = { emacs-overlay = {
url = "github:nix-community/emacs-overlay"; url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
}; };
# ags = { # ags = {
# url = "github:Aylur/ags"; # url = "github:Aylur/ags";