Skip to content

Commit

Permalink
flake: Drop nixpkgs-python again
Browse files Browse the repository at this point in the history
Even older SDKs have settled on 3.10 with later point releases
  • Loading branch information
adisbladis committed Nov 4, 2024
1 parent 36e191b commit 34b9299
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
, autoreconfHook
, fetchFromGitHub
, python310
, python38
}:

lib.makeScope newScope (self: let
Expand Down
39 changes: 0 additions & 39 deletions flake.lock

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

5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
pyproject-nix.url = "github:nix-community/pyproject.nix";
pyproject-nix.inputs.nixpkgs.follows = "nixpkgs";

nixpkgs-python.url = "github:adisbladis/nixpkgs-python/nixpkgs-darwin-sdk-refactor";
nixpkgs-python.inputs.nixpkgs.follows = "nixpkgs";

zephyr.url = "github:zephyrproject-rtos/zephyr/v3.7.0";
zephyr.flake = false;

Expand All @@ -23,7 +20,6 @@
nixpkgs,
zephyr,
pyproject-nix,
nixpkgs-python,
nix-github-actions,
}:
(
Expand Down Expand Up @@ -70,7 +66,6 @@
packages' = pkgs.callPackage ./. {
zephyr-src = zephyr;
inherit pyproject-nix;
python38 = nixpkgs-python.packages.${system}."3.8";
};

sdks' = removeAttrs packages'.sdks [ "latest" ];
Expand Down

0 comments on commit 34b9299

Please sign in to comment.