Skip to content

Commit

Permalink
chore(nix): rename packages to fit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Nov 19, 2024
1 parent 1054a40 commit 101e94b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@
enableStatic = true;
};

ipv6-static-x86_64-unknown-linux-musl = crossPackage {
ipv6_static-x86_64-unknown-linux-musl = crossPackage {
crossPkgs = pkgs.pkgsCross.musl64;
enableStatic = true;
enableIpv6 = true;
};
ipv6-static-i686-unknown-linux-musl = crossPackage {
ipv6_static-i686-unknown-linux-musl = crossPackage {
crossPkgs = pkgs.pkgsCross.musl32;
enableStatic = true;
enableIpv6 = true;
};
ipv6-static-aarch64-unknown-linux-musl = crossPackage {
ipv6_static-aarch64-unknown-linux-musl = crossPackage {
crossPkgs = pkgs.pkgsCross.aarch64-multiplatform-musl;
enableStatic = true;
enableIpv6 = true;
Expand Down

0 comments on commit 101e94b

Please sign in to comment.