forked from Fediversity/Fediversity
Compare commits
1 commit
58bd670d5b
...
1db92462a7
Author | SHA1 | Date | |
---|---|---|---|
1db92462a7 |
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ in
|
|||
jq
|
||||
];
|
||||
|
||||
# FIXME: sad times
|
||||
system.extraDependencies = with pkgs; [
|
||||
jq
|
||||
jq.inputDerivation
|
||||
];
|
||||
|
||||
system.extraDependenciesFromModule =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue