fix(foot): properly overlay fcft
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
eff17eaef7
commit
87248c2ba0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
||||||
])
|
])
|
||||||
++ [
|
++ [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
inherit (pkgs.selfPackages) fcft;
|
fcft = prev.fcft.overrideAttrs {inherit (pkgs.selfPackages.fcft) version src;};
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
++ (attrValues {
|
++ (attrValues {
|
||||||
|
|
Loading…
Add table
Reference in a new issue