Results 4 issues of 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...

type: enhancement
priority: normal

###### Description of changes ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - [ ] For...

10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10
11.by: package-maintainer
10.rebuild-darwin: 1
10.rebuild-linux: 1

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-...