You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2024. It is now read-only.
There are two ways of installing nix-script: I can choose to use either your pinned nixpkgs version, or specify my own. The problem I have is that I have a script that requires nixpkgs-unstable to build, but nix-script cannot be built with that because it requires hnix < 14. So either way poses a problem.
However it's not a priori necessary to use the same version of nixpkgs to build nix-script and to run nix-script. So would it be possible to pin nixpkgs only for the purpose of finding script dependencies, while letting nix-script be built with its own version?