Skip to content

Commit

Permalink
Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed May 27, 2024
1 parent 9a3f434 commit 1cbe5a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build Nix Flake
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Build flake
run: nix build github:1nv0k32/nixoscfg?dir=misc#nixosConfigurations.nixos.config.system.build.toplevel

# vim:expandtab ts=2 sw=2

0 comments on commit 1cbe5a8

Please sign in to comment.