From 70f632d8b7cd0cab603cf50e87058beecbb3efe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 18 Aug 2024 12:58:26 +0200 Subject: [PATCH 1/6] [chore] ci: removed scheduled actions --- .github/workflows/check.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index dba6600..64dc4d3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -6,9 +6,6 @@ on: - ./**.nix - ./flake.lock pull_request: - # scheduled runs are run on my own infrastructure - # schedule: - # - cron: 5 4 * * 5 # At 04:05 on Friday. jobs: check: @@ -23,21 +20,8 @@ jobs: run: | nix flake check --verbose --keep-going nix run nixpkgs#statix -- check . - lockfile: - runs-on: ubuntu-latest - needs: check - if: ${{ github.event_name == 'schedule' }} # only run when scheduled - steps: - - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v13 - with: - source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" - - uses: DeterminateSystems/update-flake-lock@v23 - - name: Run `nix flake check` - run: nix flake check --verbose --keep-going build-docs: runs-on: ubuntu-latest - if: ${{ github.event_name != 'schedule' }} # only run when not scheduled steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/magic-nix-cache-action@v7 From 674569cbe39b19d8639c968294b0604a428e5cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 18 Aug 2024 13:02:18 +0200 Subject: [PATCH 2/6] [fix] ci: remove diagnostic endpoint Maybe it fixes the CI issues? --- .github/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 64dc4d3..5a558be 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,6 +15,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" + diagnostic-endpoint: "" - uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Run `nix flake check` run: | @@ -28,6 +29,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" + diagnostic-endpoint: "" - name: Build documentation run: nix build .#docs --print-build-logs - name: Upload artifact From 1fcecb87100fa08dfc37b2bf885f4b51feae2322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Mon, 19 Aug 2024 03:04:19 +0200 Subject: [PATCH 3/6] [chore] flake.lock: update inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixvim': 'github:nix-community/nixvim/78fc4be6a830e8dc01f3e66ddbe3243b4bfe8560' (2024-08-17) → 'github:nix-community/nixvim/7a11b66f11d292b59571dad85fd1501dbd9bd0c1' (2024-08-18) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index a7fde02..274a963 100644 --- a/flake.lock +++ b/flake.lock @@ -383,11 +383,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1723923888, - "narHash": "sha256-w+/PG6KqB8en0x1JH5aMuf0QC78Nfei208EaaaRuYG4=", + "lastModified": 1724017104, + "narHash": "sha256-1pMyOYqBx7L/w1I/HEa8L01Wx7mZH3QrhDk/8XvDSSw=", "owner": "nix-community", "repo": "nixvim", - "rev": "78fc4be6a830e8dc01f3e66ddbe3243b4bfe8560", + "rev": "7a11b66f11d292b59571dad85fd1501dbd9bd0c1", "type": "github" }, "original": { From 520c0dd2f0d9a6ea7b28935e801fc2b1e5603167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 20 Aug 2024 03:04:12 +0200 Subject: [PATCH 4/6] [chore] flake.lock: update inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c3d4ac725177c030b1e289015989da2ad9d56af0' (2024-08-15) → 'github:NixOS/nixpkgs/c42fcfbdfeae23e68fc520f9182dde9f38ad1890' (2024-08-17) • Updated input 'nixvim': 'github:nix-community/nixvim/7a11b66f11d292b59571dad85fd1501dbd9bd0c1' (2024-08-18) → 'github:nix-community/nixvim/312db6b6e2d98dd8d22223fe383c7e0b4bab60c6' (2024-08-19) • Updated input 'unstable': 'github:NixOS/nixpkgs/c3aa7b8938b17aebd2deecf7be0636000d62a2b9' (2024-08-14) → 'github:NixOS/nixpkgs/8a3354191c0d7144db9756a74755672387b702ba' (2024-08-18) --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 274a963..dbe836e 100644 --- a/flake.lock +++ b/flake.lock @@ -350,11 +350,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1723688146, - "narHash": "sha256-sqLwJcHYeWLOeP/XoLwAtYjr01TISlkOfz+NG82pbdg=", + "lastModified": 1723938990, + "narHash": "sha256-9tUadhnZQbWIiYVXH8ncfGXGvkNq3Hag4RCBEMUk7MI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c3d4ac725177c030b1e289015989da2ad9d56af0", + "rev": "c42fcfbdfeae23e68fc520f9182dde9f38ad1890", "type": "github" }, "original": { @@ -383,11 +383,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1724017104, - "narHash": "sha256-1pMyOYqBx7L/w1I/HEa8L01Wx7mZH3QrhDk/8XvDSSw=", + "lastModified": 1724036242, + "narHash": "sha256-/+gGF0tsAg2dF7Ds9Yt9Sne7ETmILKz1QVnDr+T2S2g=", "owner": "nix-community", "repo": "nixvim", - "rev": "7a11b66f11d292b59571dad85fd1501dbd9bd0c1", + "rev": "312db6b6e2d98dd8d22223fe383c7e0b4bab60c6", "type": "github" }, "original": { @@ -502,11 +502,11 @@ }, "unstable": { "locked": { - "lastModified": 1723637854, - "narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=", + "lastModified": 1723991338, + "narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9", + "rev": "8a3354191c0d7144db9756a74755672387b702ba", "type": "github" }, "original": { From 1fa9707042997834e4bbf2668cbd7248bbc92940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 18 Aug 2024 12:58:26 +0200 Subject: [PATCH 5/6] [chore] ci: removed scheduled actions --- .github/workflows/check.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index dba6600..64dc4d3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -6,9 +6,6 @@ on: - ./**.nix - ./flake.lock pull_request: - # scheduled runs are run on my own infrastructure - # schedule: - # - cron: 5 4 * * 5 # At 04:05 on Friday. jobs: check: @@ -23,21 +20,8 @@ jobs: run: | nix flake check --verbose --keep-going nix run nixpkgs#statix -- check . - lockfile: - runs-on: ubuntu-latest - needs: check - if: ${{ github.event_name == 'schedule' }} # only run when scheduled - steps: - - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v13 - with: - source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" - - uses: DeterminateSystems/update-flake-lock@v23 - - name: Run `nix flake check` - run: nix flake check --verbose --keep-going build-docs: runs-on: ubuntu-latest - if: ${{ github.event_name != 'schedule' }} # only run when not scheduled steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/magic-nix-cache-action@v7 From 28e6e672b12bb15634e1809633e55a2102b5ecc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 18 Aug 2024 13:02:18 +0200 Subject: [PATCH 6/6] [fix] ci: remove diagnostic endpoint Maybe it fixes the CI issues? --- .github/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 64dc4d3..5a558be 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,6 +15,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" + diagnostic-endpoint: "" - uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Run `nix flake check` run: | @@ -28,6 +29,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" + diagnostic-endpoint: "" - name: Build documentation run: nix build .#docs --print-build-logs - name: Upload artifact