Azat Bahawi
Azat Bahawi
### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version 1.2.133 ### How to reproduce 1. Create a Kubernetes cluster in such a way that a user...
###### Description of changes ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - [ ] For...
Given this valid Nix expression: ```nix { inputs, lib, }: with lib; let mkConfiguration = name: { modules ? [], configuration ? ./${name}, this ? my.configurations.${name}, }: nameValuePair name (nixosSystem...
To reproduce (as per documentation): This doesn't allow running `nixos-install`. ``` curl -L https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz | tar -xzf- -C /root /root/kexec/run ``` This does: ``` curl -L https://github.com/nix-community/nixos-images/releases/download/nixos-23.11/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz | tar -xzf-...