Skip to content

Merge pull request #5 from orzklv/update_flake_lock_action #569

Merge pull request #5 from orzklv/update_flake_lock_action

Merge pull request #5 from orzklv/update_flake_lock_action #569

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- name: Build the flake
run: nix build .#homeConfigurations.sakhib@unstable.activationPackage --show-trace
- name: Test installation
run: nix profile install --profile /tmp/test-profile ./#homeConfigurations.sakhib@unstable.activationPackage