flake: Just use the package from the let block
This commit is contained in:
parent
0a5070832a
commit
91f218a459
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
packages.default = config.packages.pamedia;
|
packages.default = config.packages.pamedia;
|
||||||
|
|
||||||
overlayAttrs = {
|
overlayAttrs = {
|
||||||
inherit (config.packages) pamedia;
|
inherit pamedia;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default =
|
devShells.default =
|
||||||
|
|
Loading…
Reference in a new issue