make emacs overlay actually pull from community cachix
This commit is contained in:
parent
2ba159441c
commit
750bbaad36
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue