parent
ecf4e6b66b
commit
05c822cf9b
|
@ -29,7 +29,11 @@
|
|||
eval (cat /etc/set-environment | grep NIX_LD)
|
||||
'';
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ];
|
||||
# fix gist gem ðŸ˜
|
||||
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" ];
|
||||
|
||||
boot.binfmt.emulatedSystems =
|
||||
[ "wasm32-wasi" "aarch64-linux" "riscv64-linux" ];
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.stable;
|
||||
|
|
Loading…
Reference in New Issue