mirror of
https://github.com/callumio/nsbm.git
synced 2025-12-17 03:29:21 +00:00
allow search for multiple maintainers
This commit is contained in:
parent
f3c284646c
commit
6146544f3c
3 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "Flake for nix-search-by-maintainer";
|
||||
description = "Flake for nsbm";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
}: {
|
||||
packages = {
|
||||
default = pkgs.writeShellApplication {
|
||||
name = "nix-search-by-maintainer";
|
||||
name = "nsbm";
|
||||
runtimeInputs = [inputs'.sbomnix.packages.sbomnix pkgs.csvkit pkgs.gum];
|
||||
text = builtins.readFile ./script.sh;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue