Skip to content

Commit

Permalink
chore: request #39364 Update dev/build environment [W37 2024]
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Sep 13, 2024
1 parent 028f9a0 commit 23836b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-support/pinned-nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

let
pinnedNixpkgs = import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/d13fa5a45a34e7c8be33474f58003914430bdc5a.tar.gz";
sha256 = "sha256-G7Mf9uN9m8FimeP3eMHu/dOC4QS8QAzo0h4ZIlDHcCA=";
url = "https://github.com/NixOS/nixpkgs/archive/280db3decab4cbeb22a4599bd472229ab74d25e1.tar.gz";
sha256 = "sha256-Jks8O42La+nm5AMTSq/PvM5O+fUAhIy0Ce1QYqLkyZ4=";
} ) {};
poetry2nixsrc = builtins.fetchTarball {
url = "https://github.com/nix-community/poetry2nix/archive/refs/tags/2024.8.2111184.tar.gz";
sha256 = "sha256:0p68vkp01r8wmq169sklagvkjyyvddlrc0mrnwzhr04zyh85q92c";
url = "https://github.com/nix-community/poetry2nix/archive/refs/tags/2024.9.538703.tar.gz";
sha256 = "sha256:12a47049jlbhvsagylw1q0mpy2z643pdk37k0yc8njrd9mjp94ym";
};
poetry2nix = import poetry2nixsrc {
pkgs = pinnedNixpkgs;
Expand Down

0 comments on commit 23836b1

Please sign in to comment.