From 867838943c567d4286553d8d23dadd21933624b1 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 16 Jun 2023 10:31:04 -0700 Subject: [PATCH 1/3] Add flake checker action to CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613929b..8ec3617 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Check Nixpkgs input + uses: DeterminateSystems/flake-checker-action@v3 + with: + fail-mode: true - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - name: Shellcheck From 957598f6bb15ec8eac6e8fcef5cbb53d57cca7db Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 16 Jun 2023 11:45:02 -0700 Subject: [PATCH 2/3] Update to v4 of the Action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ec3617..ce7f7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Check Nixpkgs input - uses: DeterminateSystems/flake-checker-action@v3 + uses: DeterminateSystems/flake-checker-action@v4 with: fail-mode: true - name: Install Nix From 8c780fa98c162b3a870d21aea2d0bf094620d670 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 16 Jun 2023 11:57:21 -0700 Subject: [PATCH 3/3] Update flake.lock --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2375087..199b029 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1659131907, - "narHash": "sha256-8bz4k18M/FuVC+EVcI4aREN2PsEKT7LGmU2orfjnpCg=", + "lastModified": 1686869522, + "narHash": "sha256-tbJ9B8WLCTnVP/LwESRlg0dII6Zyg2LmUU/mB9Lu98E=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8d435fca5c561da8168abb30270788d2da2a7951", + "rev": "7c67f006ea0e7d0265f16d7df07cc076fdffd91f", "type": "github" }, "original": {