Skip to content

Commit

Permalink
chore: request #38610 Update dev/build environment [W25 2024] #1446
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored and Hyzual committed Jul 16, 2024
1 parent 47c9984 commit a8d9b1c
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/1e1dc66fe68972a76679644a5577828b6a7e8be4.tar.gz";
sha256 = "1nmra8aiiazi0w19x4cbb3qzy3l6ff9yaki3pkibhwh2grm88132";
url = "https://github.com/NixOS/nixpkgs/archive/38d3352a65ac9d621b0cd3074d3bef27199ff78f.tar.gz";
sha256 = "0cww7hyrdh5mylk2rb0v9i7iic0gy5qnn9sa7bz3rmnwwgjwys56";
} ) {};
poetry2nixsrc = builtins.fetchTarball {
url = "https://github.com/nix-community/poetry2nix/archive/refs/tags/2024.2.2230616.tar.gz";
sha256 = "0qx2iv57vhgraaqj4dm9zd3dha1p6ch4n07pja0hsxsymjbvdanw";
url = "https://github.com/nix-community/poetry2nix/archive/refs/tags/2024.6.2040715.tar.gz";
sha256 = "0n7lm77sxy8b40rfc400h4hg8b8ds0n11cmg1pxdr9hi4m5d2hk5";
};
poetry2nix = import poetry2nixsrc {
pkgs = pinnedNixpkgs;
Expand Down

0 comments on commit a8d9b1c

Please sign in to comment.