chore: Reformat jq.nix
This commit is contained in:
parent
377e844f13
commit
eb31ee2db4
1 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.jq = { enable = true; };
|
programs.jq = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue