mirror of
https://github.com/RGBCube/agenix
synced 2025-07-31 02:37:45 +00:00
Use jq instead of sed
This commit is contained in:
parent
572baca9b0
commit
eb1386f3b2
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
rage,
|
||||
gnused,
|
||||
jq,
|
||||
nix,
|
||||
mktemp,
|
||||
diffutils,
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
version = "0.14.0";
|
||||
src = substituteAll {
|
||||
inherit ageBin version;
|
||||
sedBin = "${gnused}/bin/sed";
|
||||
jqBin = "${jq}/bin/jq";
|
||||
nixInstantiate = "${nix}/bin/nix-instantiate";
|
||||
mktempBin = "${mktemp}/bin/mktemp";
|
||||
diffBin = "${diffutils}/bin/diff";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue