1. 12
  1.  

  2. 1

    Does this mean that myqbe and myharec will always be rebuilt when entering the environment? And this is also what you want, right?

    1. 1

      Correct

    2. 1

      Why did you prefix this package names with “my”?

      1. 1

        I assume to avoid namespace collision.

        1. 2

          Yeah because qbe is already in nixpkgs, and “with pkgs” brings the entire package set into scope. (This is one of the reasons I avoid using with)

          harec is also in nixpkgs dated 2023-02-08. I’m not sure how quick development on hare moves, but a more idiomatic way to get the latest version would be to use overrideAttrs.