overrides: properly set qtile version
This commit is contained in:
parent
a36cbc68be
commit
8001d4b32e
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
qtile = prev.qtile.overrideAttrs {
|
||||
version = final.python3Packages.qtile.version;
|
||||
};
|
||||
|
||||
python-grip = fork.python3Packages.grip;
|
||||
|
||||
factorio-headless = latest.factorio-headless.overrideAttrs (old: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue