Compare commits

..

3 Commits

View File

@ -62,7 +62,7 @@
(let
base = appimageTools.defaultFhsEnvArgs;
in
buildFHSUserEnv (base
buildFHSEnv (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;