Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.16 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.16 KB

Elmer-WSL

ElmerFEM in WSL

Fork of NixOS-WSL

Installation

  1. Enable WSL if you haven't done already:
  • wsl --install --no-distribution
  1. Download elmer-wsl.tar.gz from the latest release.

  2. Import the tarball into WSL:

  • wsl --import Elmer --version 2 $env:USERPROFILE\Elmer-WSL\ elmer-wsl.tar.gz
  1. You can now run NixOS:
  • wsl -d Elmer

Updating

To update to the newest Elmer-WSL version, run these commands in WSL:

sudo nix-channel --update
sudo nixos-rebuild switch

Uninstall

WARNING: This will delete the filesystem of Elmer-WSL.

wsl --unregister Elmer

For developers

Updating the included Elmer version

nix flake lock --update-input elmer.

Updating Nixos-WSL

Manually merge new changes from upstream.

New release

Create a new tag and push it. The GitHub workflow will create a new release and the needed files.

License

Apache License, Version 2.0. See LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html for details.