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:
parent
c5f9039e27
commit
8e0631fec8
1 changed files with 1 additions and 1 deletions
|
@ -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, ... }: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue