On NixOS Emacs 27.2 can be installed via nix-env -Ai nixos.emacs, or permanently with the following added to etc/nixos/configuration.nix: environment.systemPackages = with pkgs; [ # required dependencies git emacs # Emacs 27.2 ripgrep # optional dependencies coreutils # basic GNU utilities fd...
We are using nixos Full command: spark-shell --master local[*] --conf spark.executor.memory=1G --conf spark.executor.cores=4 --driver-memory 1g --conf spark.yarn.executor.memoryOverhead=600 --conf spark.locality.wait=0s --conf spark.sql.files.maxPartitionBytes=1G --conf spark.plugins...
build-nixos.md build-openbsd.md build-osx.md build-unix.md build-windows.md developer-notes.md dnsseed-policy.md dogecoin_logo_doxygen.png fee-recommendation.md files.md fuzzing.md getting-started.md gitian-building.md init.md reduce-memory.md reduce-traffic.md release-notes.md release-proce...
General Question how KCL works with unkown-to-known values https://discourse.nixos.org/t/unknown-values-propagation-in-nix-like-in-hcl/26743/3 with what other languages in can form "sandwiches", examples https://jonascarpay.com/posts/202...
If the CUDA library is compiled with a newer C++ standard than what is available on the user's system, it results in runtime errors. I saw in your logs that you're on NixOS? I thought that means that such toolchains are more bleeding edge? In that light it's surprising to me that...