Skip to content

Commit d337453

Browse files
László Vaskóvlaci
authored andcommitted
nix: move to sasquatch from nixpkgs
NOTE: as of now, it requires overriding nixpkgs to NixOS/nixpkgs#219169
1 parent ac23454 commit d337453

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
url = "github:vlaci/pyperscan";
1616
inputs.nixpkgs.follows = "nixpkgs";
1717
};
18-
inputs.sasquatch = {
19-
url = "github:onekey-sec/sasquatch";
20-
inputs.nixpkgs.follows = "nixpkgs";
21-
};
2218
inputs.flake-compat = {
2319
url = "github:edolstra/flake-compat";
2420
flake = false;
@@ -31,7 +27,7 @@
3127
];
3228
};
3329

34-
outputs = { self, nixpkgs, filter, unblob-native, lzallright, pyperscan, sasquatch, ... }:
30+
outputs = { self, nixpkgs, filter, unblob-native, lzallright, pyperscan, ... }:
3531
let
3632
# System types to support.
3733
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
@@ -50,7 +46,6 @@
5046
{
5147
overlays.default = nixpkgs.lib.composeManyExtensions [
5248
filter.overlays.default
53-
sasquatch.overlays.default
5449
unblob-native.overlays.default
5550
lzallright.overlays.default
5651
pyperscan.overlays.default

nix/unblob/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
, lzop
3434
, p7zip
3535
, sasquatch
36+
, sasquatch-v4be
3637
, simg2img
3738
, unar
3839
}:
@@ -49,6 +50,7 @@ let
4950
lzop
5051
p7zip
5152
sasquatch
53+
sasquatch-v4be
5254
simg2img
5355
unar
5456
# shadowed by python packages of the same name

0 commit comments

Comments
 (0)