Compare commits

..

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

View File

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