Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #256 from DeterminateSystems/flake-checker-action
Browse files Browse the repository at this point in the history
Add flake checker action to CI
  • Loading branch information
lucperkins authored Jun 16, 2023
2 parents 330868a + 4d0a9c9 commit 2e19c10
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
branches: [main]

jobs:
NixFlakeCheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/flake-checker-action@v4
with:
fail-mode: true

Format:
runs-on: ubuntu-latest
steps:
Expand Down
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "riff";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";

fenix = {
url = "github:nix-community/fenix";
Expand Down

0 comments on commit 2e19c10

Please sign in to comment.