flake: more refactoring
please can i just get my flake to not need another import
This commit is contained in:
parent
84e466bbef
commit
137bd20a38
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
flake = {
|
||||
overlays.default = final: _prev: {
|
||||
pankomacs = final.callPackage ./package { };
|
||||
pankomacs = final.callPackage ./package { pkgs = final; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue