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.

chore(github-actions): enable debugging for minimal builds

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+8
+8
.github/workflows/flake-ci.yml
··· 90 90 echo ::group::Build log 91 91 nix build --impure .#nixosConfigurations.live-cd-graphical.config.system.build.isoImage -vv --show-trace 92 92 echo ::endgroup:: 93 + 94 + echo ::group::Post-build inspection 95 + echo "${PWD}/result:" 96 + ls -Al result 97 + 98 + echo "${PWD}/result/iso:" 99 + ls -Al result/iso 100 + echo ::endgroup:: 93 101 94 102 # temporary hackaround for permission errors 95 103 sudo cp result/iso/*.iso ./dist/ -rv