Skip to content

Commit

Permalink
Experimenting with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Nov 13, 2023
1 parent 90d9e80 commit 76c8728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ls -la
git add .
echo "Building Flake..."
nix build --extra-experimental-features 'nix-command flakes' /home/runner/work/nixos-config/nixos-config/my-config#nixosConfigurations.x86_64-linux.system
nix build --extra-experimental-features 'nix-command flakes' /home/runner/work/nixos-config/nixos-config/my-config#nixosConfigurations."x86_64-linux".config.system.build.toplevel
if [ $? -ne 0 ]; then
echo "Build failed, listing flake.lock for debugging:"
cat flake.lock
Expand Down

0 comments on commit 76c8728

Please sign in to comment.