From 48e40ad4cff334d3187a7ee90bfbfcc44213fee8 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 15 Apr 2026 00:20:25 -0600 Subject: pkgs: lustrate: initial commit --- pkgs/lustrate/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkgs/lustrate/default.nix (limited to 'pkgs/lustrate/default.nix') diff --git a/pkgs/lustrate/default.nix b/pkgs/lustrate/default.nix new file mode 100644 index 0000000..cf0a322 --- /dev/null +++ b/pkgs/lustrate/default.nix @@ -0,0 +1,6 @@ +{writeShellApplication, ...}: +writeShellApplication { + name = "lustrate"; + runtimeInputs = []; + text = import ./filters.nix + builtins.readFile ./lustrate.sh; +} -- cgit v1.2.3