mynixos / support

MyNixOS issues + user feedback
3 stars 0 forks source link

Ability to install a pinned version of package #5

Open prabhu-madanagopal opened 1 year ago

prabhu-madanagopal commented 1 year ago

Is there a way to install a pinned version of package using nix expression like mentioned in this link below?

https://lazamar.co.uk/nix-versions/?package=k3s&version=1.24.4%2Bk3s1&fullName=k3s-1.24.4%2Bk3s1&keyName=k3s&revision=ee01de29d2f58d56b1be4ae24c24bd91c5380cea&channel=nixpkgs-unstable#instructions

Unfortunately latest Rancher does not support latest k3s package in nixpkgs. Need to downgrade from 1.26 to 1.24. Is it possible?

https://mynixos.com/prabhu-madanagopal/k3s-server/outputs

pveierland commented 1 year ago

Currently this is not supported. However I fully agree with the request and it is part of the development plan. I will try to prioritize a fix which would solve your use case.