mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-07 20:40:14 +00:00
packaging stuff up
This commit is contained in:
10
pkgs/tools/misc/jqr/package.nix
Normal file
10
pkgs/tools/misc/jqr/package.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "jqr";
|
||||
runtimeInputs = [
|
||||
pkgs.jq
|
||||
pkgs.fzf
|
||||
];
|
||||
text = builtins.readFile ./jqr.sh;
|
||||
}
|
Reference in New Issue
Block a user