ElmerFEM in WSL
Fork of NixOS-WSL
- Enable WSL if you haven't done already:
-
wsl --install --no-distribution
-
Download
elmer-wsl.tar.gz
from the latest release. -
Import the tarball into WSL:
-
wsl --import Elmer --version 2 $env:USERPROFILE\Elmer-WSL\ elmer-wsl.tar.gz
- You can now run NixOS:
-
wsl -d Elmer
To update to the newest Elmer-WSL version, run these commands in WSL:
sudo nix-channel --update
sudo nixos-rebuild switch
WARNING: This will delete the filesystem of Elmer-WSL.
wsl --unregister Elmer
nix flake lock --update-input elmer
.
Manually merge new changes from upstream.
Create a new tag and push it. The GitHub workflow will create a new release and the needed files.
Apache License, Version 2.0. See LICENSE
or http://www.apache.org/licenses/LICENSE-2.0.html for details.