overrides: pin python3Packages.grip to fork
This commit is contained in:
parent
77f60e2005
commit
fff5ce1042
2 changed files with 4 additions and 1 deletions
|
@ -36,6 +36,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
python-grip = fork.python3Packages.grip;
|
||||
|
||||
factorio-headless = latest.factorio-headless.overrideAttrs (old: {
|
||||
meta = old.meta // { mainProgram = "factorio"; };
|
||||
});
|
||||
|
|
|
@ -89,7 +89,8 @@ in
|
|||
|
||||
# :lang markdown
|
||||
pandoc
|
||||
python3Packages.grip
|
||||
# python3Packages.grip
|
||||
python-grip
|
||||
|
||||
# :lang sh
|
||||
shellcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue