SimulaVR / SimulaVR/Simula

`nix-profile` support

Open
#169 2 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Haskell
Stars
3.2k
Forks
111
PR merge metrics
No merged PRs in 30d

Description

Unfortunately I am not able to build this with the flake-based nix-profile user environment. I am getting an error when the function from Helpers.sh is attempting to use nix-env.

nix flakes introduce a nix-env successor - nix-profile (man nix3-profile) - which advances the user Nix profile format and is incompatible with nix-env. Packages previously installed with nix-env -iA nixos.<package> are now available with nix profile install nixpkgs/<branch>#<package>. nix-env still works by default but if you use the new tool it will automatically migrate your environment.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in Helpers.sh at the function that invokes nix-env and reproduce the flake-based nix-profile build failure. Use the Nix profile migration details in the issue to determine the affected command, then verify that the project builds with nix-profile and that existing behavior remains covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.