pkgs/clerie-sops: Add clerie-sops-edit for working with multiline string attributes in json
This commit is contained in:
10
pkgs/clerie-sops/clerie-sops-edit.nix
Normal file
10
pkgs/clerie-sops/clerie-sops-edit.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "clerie-sops-edit";
|
||||
text = builtins.readFile ./clerie-sops-edit.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
clerie-sops
|
||||
jq
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user