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