flake: taking a guess

maybe this will finally make me able to remove the emacs-overlay in my own flake

and maybe by extension others
This commit is contained in:
Artur Manuel 2024-07-20 21:40:33 +01:00
commit 8e0631fec8
Failed to generate hash of commit

View file

@ -18,7 +18,7 @@
]; ];
flake = { flake = {
overlays.default = final: _prev: import ./overlay final.pkgs; overlays.default = final: _prev: import ./overlay final;
}; };
perSystem = { pkgs, self', config, system, ... }: { perSystem = { pkgs, self', config, system, ... }: {