From 4d7a4abb1dcc27f04c86ce078f8e565983acf149 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sun, 21 Jul 2024 01:46:08 +0100 Subject: [PATCH] flake: i dont know what will happen but i hope its what i want just came back and im hoping this will fix the "cant find the overlay!" issue. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b1ead53..9937f71 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ _module.args.pkgs = import inputs.nixpkgs { inherit system; overlays = [ - inputs.emacs.overlays.default + (import inputs.emacs) inputs.self.overlays.default ]; };