Skip to content

Commit

Permalink
nix: move to sasquatch from nixpkgs
Browse files Browse the repository at this point in the history
NOTE: as of now, it requires overriding nixpkgs to
NixOS/nixpkgs#219169
  • Loading branch information
László Vaskó committed Sep 11, 2024
1 parent 1b5d37c commit 4738205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
21 changes: 0 additions & 21 deletions flake.lock

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

7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
url = "github:vlaci/pyperscan";
inputs.nixpkgs.follows = "nixpkgs";
};
inputs.sasquatch = {
url = "github:onekey-sec/sasquatch";
inputs.nixpkgs.follows = "nixpkgs";
};
inputs.flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
Expand All @@ -31,7 +27,7 @@
];
};

outputs = { self, nixpkgs, filter, unblob-native, lzallright, pyperscan, sasquatch, ... }:
outputs = { self, nixpkgs, filter, unblob-native, lzallright, pyperscan, ... }:
let
# System types to support.
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
Expand All @@ -50,7 +46,6 @@
{
overlays.default = nixpkgs.lib.composeManyExtensions [
filter.overlays.default
sasquatch.overlays.default
unblob-native.overlays.default
lzallright.overlays.default
pyperscan.overlays.default
Expand Down
2 changes: 2 additions & 0 deletions nix/unblob/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
, lzop
, p7zip
, sasquatch
, sasquatch-v4be
, simg2img
, unar
}:
Expand All @@ -49,6 +50,7 @@ let
lzop
p7zip
sasquatch
sasquatch-v4be
simg2img
unar
# shadowed by python packages of the same name
Expand Down

0 comments on commit 4738205

Please sign in to comment.