Compare commits
3 Commits
565a25a122
...
322653d25f
| Author | SHA1 | Date | |
|---|---|---|---|
| 322653d25f | |||
| 9c62e506f4 | |||
| 64c613d5ca |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user