Skip to content

Commit

Permalink
fix(flake): add missing meta section to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4og committed Oct 7, 2024
1 parent aba6112 commit 5f2096e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"--skip=test_extract_strings"
"--skip=test_init"
];
meta = with pkgs.lib; {
description = "Analyze ELF binaries like a boss";
homepage = "https://binsider.dev/";
license = licenses.mit;
};
};
default = binsider;
};
Expand Down

0 comments on commit 5f2096e

Please sign in to comment.