From 750bbaad36c058b3952849c869b8f74c8f642f47 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:05:06 +0400 Subject: [PATCH] make emacs overlay actually pull from community cachix --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 614a4730..69260bfb 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ home-manager = { # this manages your dotfiles for the most part url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; }; NixOS-WSL = { @@ -23,7 +22,6 @@ }; emacs-overlay = { url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; }; # ags = { # url = "github:Aylur/ags";