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
So, I'd like to use specific version of Nix on my CI. I guess this should be solved with nix-package-url. But what kind of data should be hosted at this URL? Pre-built Nix? Are built Nix versions hosted anywhere?
The text was updated successfully, but these errors were encountered:
Also trying out DetSystems github action installer and I'm a little confused by what nix-package-url should refer to? e.g. on the cachix nix installer action you specify nix_path to target a particular revision of nixpkgs. Is nix-package-url intended to be the same thing?:
I checked upstream in the installer itself but I'm still a little unclear what nix-package-url refers to e.g. a version of nix or a nixpkgs rev number or url etc?
In the "Accessing other versions" section of the upstream installer, they explain how to use the --nix-package-url flag and I'm assuming the same rules apply for the nix-package-url option in this action. If so, you should be able to use a URL like the one mentioned in that section: https://releases.nixos.org/nix/nix-2.18.1/nix-2.18.1-x86_64-linux.tar.xz
So, I'd like to use specific version of Nix on my CI. I guess this should be solved with
nix-package-url
. But what kind of data should be hosted at this URL? Pre-built Nix? Are built Nix versions hosted anywhere?The text was updated successfully, but these errors were encountered: