Skip to content

Commit

Permalink
add a build dotfiles action
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 19, 2024
1 parent 181b9ec commit 9ed7d56
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
@@ -0,0 +1,13 @@
name: Build Dotfiles

on:
push:

jobs:
build-dotfiles:
name: Build
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix run nixpkgs#bash -- home-manager build --flake flake.nix

0 comments on commit 9ed7d56

Please sign in to comment.