mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: add atuin and nom, adjust configs
This commit is contained in:
parent
2186255b7e
commit
3ea99dd18a
15 changed files with 113 additions and 91 deletions
29
.github/workflows/build.yml
vendored
Normal file
29
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
label:
|
||||
- Ryans-MacBook-Pro
|
||||
include:
|
||||
- label: Ryans-MacBook-Pro
|
||||
path: darwinConfigurations.Ryans-MacBook-Pro.config.system.build.toplevel
|
||||
runner: macos-14
|
||||
|
||||
runs-on: ${{ matrix.runner }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v7
|
||||
|
||||
- name: Build
|
||||
run: nix build -L --show-trace .#${{ matrix.path }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue