NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: more tweaks more chaos

Signed-off-by: ajhalili2006 <ajhalili2006@gmail.com>

+6 -3
+6 -3
.github/workflows/flake-ci.yml
··· 81 81 run: nix flake metadata 82 82 83 83 - name: Build amd64 minimal ISO file 84 - run: nix build .#nixosConfigurations.recoverykit-amd64.config.system.build.isoImage --verbose --show-trace 84 + run: nix build .#nixosConfigurations.recoverykit-amd64.config.system.build.isoImage -vv --show-trace 85 85 86 86 - name: Build custom live graphical ISO 87 - run: nix build --impure .#nixosConfigurations.live-cd.config.system.build.isoImage --verbose --show-trace 87 + run: nix build --impure .#nixosConfigurations.live-cd.config.system.build.isoImage -vv --show-trace 88 88 89 89 - name: Prepare for artifact uploads 90 - run: cp result/iso/*.iso ./dist/ -rv 90 + run: | 91 + mkdir dist 92 + cp *.iso ./dist/ -rv 93 + cp result/iso/*.iso ./dist/ -rv 91 94 92 95 - name: Upload as artifact 93 96 uses: actions/upload-artifact@v4