Simplify back to baseline

This commit is contained in:
Greg Hellings
2026-08-05 08:08:39 -05:00
parent e63569a1ac
commit 52a5ec3954
3 changed files with 52 additions and 20 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
flake-root.url = "github:srid/flake-root";
hooks.url = "github:cachix/git-hooks.nix";
aarch_fix.url = "github:greg-hellings/nixpkgs/ucrt/zlib";
#aarch_fix.url = "github:greg-hellings/nixpkgs/ucrt/zlib";
};
outputs =
@@ -33,7 +33,7 @@
perSystem =
{ pkgs, self', ... }@inputs':
let
arm = (import inputs.aarch_fix { inherit (inputs') system; });
#arm = (import inputs.aarch_fix { inherit (inputs') system; });
in
{
_module.args.pkgs = import inputs.nixpkgs {
@@ -110,7 +110,7 @@
default = tar mingwW64;
x86 = tar mingwW64;
ucrt = tar ucrt64;
ucrtAarch = tar arm.pkgsCross.ucrtAarch64;
#ucrtAarch = tar arm.pkgsCross.ucrtAarch64;
update = pkgs.callPackage ./update.nix { };
};
};