Skip to content

Commit 54e65b7

Browse files
authored
fix bundle build (#454)
2 parents f60c8e8 + 2e9fa40 commit 54e65b7

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

pkgs/modules/default.nix

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ let
4242
python = pkgs.python313Full;
4343
pypkgs = pkgs.python313Packages;
4444
})
45-
(import ./python-base {
46-
python = pkgs.python314Full;
47-
pypkgs = pkgs.python314Packages;
48-
})
4945
(import ./python-with-prybar)
5046

5147
(import ./pyright-extended {
@@ -73,12 +69,6 @@ let
7369
nodejs = pkgs-24_11.nodejs-18_x;
7470
})
7571

76-
(import ./go {
77-
go = pkgs.go_1_23;
78-
gopls = pkgs.gopls.override {
79-
buildGoLatestModule = pkgs.buildGo123Module;
80-
};
81-
})
8272
(import ./go {
8373
go = pkgs.go_1_24;
8474
gopls = pkgs.gopls.override {
@@ -127,7 +117,7 @@ let
127117
ruby_3_2_2 = pkgs.mkRuby {
128118
version = pkgs.mkRubyVersion "3" "2" "2" "";
129119
hash = "sha256-lsV1WIcaZ0jeW8nydOk/S1qtBs2PN776Do2U57ikI7w=";
130-
cargoHash = "sha256-6du7RJo0DH+eYMOoh3L31F3aqfR5+iG1iKauSV1uNcQ=";
120+
cargoHash = "sha256-CMVx5/+ugDNEuLAvyPN0nGHwQw6RXyfRsMO9I+kyZpk=";
131121
};
132122
rubyPackages_3_2_2 = pkgs.lib.attrsets.recurseIntoAttrs ruby_3_2_2.gems;
133123
in

pkgs/modules/replit/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let
1414
hash = "sha256-1GYmZZlFaa1w3zFfSlM7o4PXwjfKH3YnZbGWzBnobM4=";
1515
};
1616

17-
cargoHash = "sha256-WmMdWMfg68i/AuR1pezUHf5yA7h2oMoMJDTDjwfIvng=";
17+
cargoHash = "sha256-ejqrzSam1kuMRYQKV6O/LYTkik3XoO0HDth9N9YqrSI=";
1818
buildFeatures = [ "lsp" ];
1919
};
2020

pkgs/stderred/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage {
1313
name = "stderred";
1414
};
1515

16-
cargoHash = "sha256-Fc5ZP/ARqcNdwU5t/xarhsEglbYCNo2XVsJjdHT+/DA=";
16+
cargoHash = "sha256-n6rGDpkkPwBB6BV97DXrL3NZnCa71YgAGXEI5bymbLw=";
1717

1818
nativeBuildInputs = [ makeWrapper ];
1919

pkgs/upgrade-map/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ let
1919
"elixir-1_16" = "elixir-1_17";
2020
"elixir-1_17" = "elixir-1_18";
2121
"go" = "go-1.19";
22+
"go-1.23" = "go-1.24";
2223
"r-4.3" = "r-4.4";
2324
"r-4.4" = "r-4.5";
2425
"rust" = "rust-1.69";

0 commit comments

Comments
 (0)