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.
This commit is contained in:
Artur Manuel 2024-07-21 01:46:08 +01:00
commit 4d7a4abb1d
Failed to generate hash of commit

View file

@ -27,7 +27,7 @@
_module.args.pkgs = import inputs.nixpkgs { _module.args.pkgs = import inputs.nixpkgs {
inherit system; inherit system;
overlays = [ overlays = [
inputs.emacs.overlays.default (import inputs.emacs)
inputs.self.overlays.default inputs.self.overlays.default
]; ];
}; };