Looks like I have an issue within my #Nix update script. It doesn't clean things up.
Just deleted old generations and executed `nix store gc` with following result: `75207 store paths deleted, 89441.92 MiB freed`.
Curious what I'm doing wrong. I executed the same commands I've within the update script …
https://git.daniel-siepmann.de/danielsiepmann/nixpkgs/src/branch/main/home/packages/custom/update-system/default.nix
Just deleted old generations and executed `nix store gc` with following result: `75207 store paths deleted, 89441.92 MiB freed`.
Curious what I'm doing wrong. I executed the same commands I've within the update script …
https://git.daniel-siepmann.de/danielsiepmann/nixpkgs/src/branch/main/home/packages/custom/update-system/default.nix
Daniel Siepmann
```
set -o errexit
set -o pipefail
```
Those are added by Nix. But I don't get why the pipelines fail when adding these settings …
Daniel Siepmann
I've applied the suggested fix/workaround: https://git.daniel-siepmann.de/danielsiepmann/nixpkgs/commit/c0d988fc89d12e1e57c36d1256bd1c0cef22e6a2
Helmut Hummel likes this.
C.B.Leslie
•Daniel Siepmann likes this.