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: you forgot --impure lol

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

+1 -1
+1 -1
.github/workflows/flake-ci.yml
··· 87 87 run: | 88 88 set -xe 89 89 90 - nix build .#nixosConfigurations.live-cd-graphical.config.system.build.isoImage -vv --show-trace 90 + nix build --impure .#nixosConfigurations.live-cd-graphical.config.system.build.isoImage -vv --show-trace 91 91 cp result/iso/*.iso ./dist/ -rv 92 92 93 93 - name: Build custom live graphical ISO