Skip to content

Commit

Permalink
🩹 nixpkgsのバージョンを2411に
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentaro1043 committed Jan 27, 2025
1 parent b5a363d commit 463b082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exec-container/compilers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
haxe = import ./haxe {inherit pkgs;};
raku = import ./raku {pkgs = allpkgs.release2411;};
java = import ./java {pkgs = allpkgs.release2411;};
gcc = import ./gcc {inherit pkgs;};
gxx = import ./g++ {inherit pkgs;};
gcc = import ./gcc {pkgs = allpkgs.release2411;};
gxx = import ./g++ {pkgs = allpkgs.release2411;};
in {
all = [
golang
Expand Down

0 comments on commit 463b082

Please sign in to comment.