mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
move some packages to x64-only
This commit is contained in:
parent
5376b047bd
commit
9931b1f428
1 changed files with 4 additions and 4 deletions
|
@ -7,19 +7,19 @@ let
|
|||
{
|
||||
commander-x16 = pkgs.callPackage ./commander-x16 { };
|
||||
gef = pkgs.callPackage ./gef { };
|
||||
SpaceCadetPinball = pkgs.callPackage ./SpaceCadetPinball { };
|
||||
stretchy-spaces = pkgs.callPackage ./stretchy-spaces { };
|
||||
webshells = pkgs.callPackage ./webshells { };
|
||||
weevely = pkgs.callPackage ./weevely { };
|
||||
security-toolbox = pkgs.callPackage ./security-toolbox {
|
||||
pkgs = pkgs // self.packages.${pkgs.system};
|
||||
};
|
||||
};
|
||||
|
||||
x64Lin =
|
||||
{
|
||||
binaryninja = pkgs.callPackage ./binary-ninja-personal { };
|
||||
packettracer = pkgs.callPackage ./packettracer { };
|
||||
SpaceCadetPinball = pkgs.callPackage ./SpaceCadetPinball { };
|
||||
security-toolbox = pkgs.callPackage ./security-toolbox {
|
||||
pkgs = pkgs // self.packages.${pkgs.system};
|
||||
};
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue