flake: more refactoring

please can i just get my flake to not need another import
This commit is contained in:
Artur Manuel 2024-07-20 22:40:39 +01:00
commit 137bd20a38
Failed to generate hash of commit
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
flake = {
overlays.default = final: _prev: {
pankomacs = final.callPackage ./package { };
pankomacs = final.callPackage ./package { pkgs = final; };
};
};