This commit is contained in:
Jeffrey C. Ollie 2024-09-21 16:15:00 -05:00
parent 860a9305f6
commit 4dd6e81de4
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -39,10 +39,7 @@
# version = self.lastModifiedDate; # version = self.lastModifiedDate;
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
config.permittedInsecurePackages = [ config.permittedInsecurePackages = [];
"python3.11-requests-2.29.0"
"python3.11-cryptography-40.0.2"
];
}; };
zig_hook = pkgs.zig_0_12.hook.overrideAttrs { zig_hook = pkgs.zig_0_12.hook.overrideAttrs {
zig_default_flags = "-Dcpu=baseline -Doptimize=ReleaseFast"; zig_default_flags = "-Dcpu=baseline -Doptimize=ReleaseFast";
@ -54,7 +51,7 @@
in { in {
packages = { packages = {
hostapps = mkPoetryApplication { hostapps = mkPoetryApplication {
python = pkgs.python311; python = pkgs.python3;
projectDir = ./.; projectDir = ./.;
propagatedBuildInputs = [ propagatedBuildInputs = [
pkgs.inetutils pkgs.inetutils