Skip to content

Commit dc131b1

Browse files
vlaciqkaiser
authored andcommitted
DROP ME: install experimental landlock support
1 parent d63bb0b commit dc131b1

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
55
inputs.filter.url = "github:numtide/nix-filter";
66
inputs.unblob-native = {
7-
url = "github:onekey-sec/unblob-native";
7+
type = "github";
8+
owner = "onekey-sec";
9+
repo = "unblob-native";
10+
ref = "landlock";
811
inputs.nixpkgs.follows = "nixpkgs";
912
};
1013
inputs.lzallright = {

poetry.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lz4 = "^4.3.2"
2626
lief = "^0.12.3"
2727
cryptography = ">=41.0,<43.0"
2828
treelib = "^1.7.0"
29-
unblob-native = "^0.1.1"
29+
unblob-native = { git = "https://github.com/onekey-sec/unblob-native", branch = "landlock" }
3030
jefferson = "^0.4.5"
3131
rich = "^13.3.5"
3232
pyfatfs = "^1.0.5"

unblob/install-deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ apt-get update
55
apt-get install --no-install-recommends -y \
66
android-sdk-libsparse-utils \
77
curl \
8+
git \
9+
cargo \
810
lz4 \
911
lziprecover \
1012
lzop \

0 commit comments

Comments
 (0)