2024-05-27 13:11:16 -04:00
|
|
|
on: [push]
|
2024-05-30 10:31:11 -04:00
|
|
|
|
2024-05-27 13:11:16 -04:00
|
|
|
jobs:
|
2024-05-30 10:31:11 -04:00
|
|
|
# Source: https://github.com/isabelroses/dotfiles/tree/main/.github/workflows
|
|
|
|
update-lockfile:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
- name: Install Nix
|
|
|
|
uses: DeterminateSystems/nix-installer-action@main
|
|
|
|
with:
|
|
|
|
logger: pretty
|
|
|
|
|
|
|
|
# - name: Update Lockfile
|
|
|
|
# uses: DeterminateSystems/update-flake-lock@main
|
|
|
|
# id: update
|
|
|
|
# with:
|
|
|
|
# pr-title: "chore(deps): flake inputs"
|
|
|
|
# commit-msg: "chore(deps): flake inputs"
|
|
|
|
# token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
# build:
|
2024-05-28 13:50:42 -04:00
|
|
|
# runs-on: nix
|
|
|
|
# steps:
|
2024-05-30 10:31:11 -04:00
|
|
|
# - run: nix-env -iA nixpkgs.nodejs_20
|
2024-05-28 13:50:42 -04:00
|
|
|
# - uses: actions/checkout@v4
|
2024-05-30 10:31:11 -04:00
|
|
|
# - run: nix --experimental-features 'nix-command flakes' flake update
|
|
|
|
# - run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Haven
|
|
|
|
# - run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda
|