Skip to content

Commit

Permalink
fix Nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Nov 15, 2023
1 parent 3205404 commit 4e4c4c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ jobs:
with:
fail_ci_if_error: true
files: coverage.out
check-nix-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
- run: nix flake check
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
inherit pname;
inherit version;
src = ./.;
vendorSha256 = "sha256-+Ht+cdaTwmfdZ2lMnSuX9EBkU2V8rXyH1qBet8pZ+dU=";
vendorSha256 = "sha256-9D6qmTs2aw6oAQdHbmlWV2JnkIyBjKSd8XfW+rRJVM0=";
};
});

Expand Down

0 comments on commit 4e4c4c4

Please sign in to comment.