Skip to content

Commit

Permalink
DROP ME: point to nixpkgs containing unblob PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Oct 1, 2024
1 parent f21fa1a commit b6ea902
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ repos:
- id: vulture
name: Check vulture

- repo: https://github.com/nix-community/nixpkgs-fmt
rev: v1.3.0
- repo: https://github.com/NixOS/nixfmt
# a known good revision
rev: 6d57d1ba9c3eda7c17252af55df11e8eb7151454
hooks:
- id: nixpkgs-fmt
- id: nixfmt

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "Extract files from any kind of container formats";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs.url = "github:vlaci/nixpkgs/unblob";
inputs.filter.url = "github:numtide/nix-filter";
inputs.unblob-native = {
url = "github:onekey-sec/unblob-native";
Expand Down

0 comments on commit b6ea902

Please sign in to comment.