Skip to content

Update desktop.nix #493

Update desktop.nix

Update desktop.nix #493

Workflow file for this run

name: "Test system"
on:
workflow_dispatch:
pull_request:
merge_group:
branches: ["main"]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://nixos.org/nix/install
extra_nix_config: |
experimental-features = nix-command flakes
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Build NixOS configuration
run: nix build .#nixosConfigurations.terangreal.config.system.build.toplevel