Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 552 Bytes

Usage with WSL2:

  • On a linux with flake-enabled Nix installed:
    • nix build github:htngr/jfs-23-deac#nixosConfigurations.myWSL.config.system.build.systemd-tarball
    • Copy ./result/tarball/nixos-wsl-x86_64-linux.tar.gz to a Windows machine with WSL2 installed
  • In Windows:
    • wsl --import <name> <folder> <path\to\nixos-wsl-x86_64-linux.tar.gz>
    • wsl -d <name>

Usage with codchi:

  • codchi install <name> github:htngr/jfs-23-deac#myEnv
  • codchi run <name>