Compare commits

..

No commits in common. "322653d25fbcfb4425817f57e4c8bbcea5edc1ef" and "565a25a1224b7d9ccc589e4eab26ab58c3cceb4d" have entirely different histories.

View File

@ -62,7 +62,7 @@
(let
base = appimageTools.defaultFhsEnvArgs;
in
buildFHSEnv (base
buildFHSUserEnv (base
// {
name = "fhs";
targetPkgs = pkgs: (
@ -199,7 +199,7 @@
randomizedDelaySec = "45min";
};
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# boot.binfmt.emulatedSystems = ["aarch64-linux"];
nix.gc = {
automatic = true;