From 6376e910f1ed16de687603bfb349de5d873e1c53 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 21 Aug 2024 00:03:07 +0100 Subject: [PATCH] ci: test using ref=main for the inputs --- flake.lock | 19 +++++++++++-------- flake.nix | 6 +++--- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index f4a71de..19f083d 100644 --- a/flake.lock +++ b/flake.lock @@ -932,14 +932,15 @@ }, "locked": { "lastModified": 1724193889, - "narHash": "sha256-yB+CezE29d6rvBezBfdyyJo0orzrEB8YqPnoHTnJ2AM=", - "ref": "refs/heads/main", + "narHash": "sha256-Z7zTh5e1bwzE0wmqj9Eyl39QCyLJhlMetOXhQo3gd7E=", + "ref": "main", "rev": "76ef90e2111b7ce74930779362533fe0cf367935", "revCount": 18, "type": "git", "url": "https://forgejo.skynet.ie/Skynet/website_2017" }, "original": { + "ref": "main", "type": "git", "url": "https://forgejo.skynet.ie/Skynet/website_2017" } @@ -952,13 +953,14 @@ "locked": { "lastModified": 1723317982, "narHash": "sha256-qkTYtwcPAKmdN2cJidhBbGcm6yY1M76zw9NFyqjJnn4=", - "ref": "refs/heads/main", + "ref": "main", "rev": "2d0e20c683068b692bf8765273b3531d77005d09", "revCount": 12, "type": "git", "url": "https://forgejo.skynet.ie/Skynet/website_2009" }, "original": { + "ref": "main", "type": "git", "url": "https://forgejo.skynet.ie/Skynet/website_2009" } @@ -969,15 +971,16 @@ "utils": "utils_8" }, "locked": { - "lastModified": 1723409425, - "narHash": "sha256-/gCNGbSSFV/cEyH4gqhcgPP/0/EBKWwR1CEd8wkwY8o=", - "ref": "refs/heads/main", - "rev": "a9fba1bb9c28a2eb7508089413a829b591084c45", - "revCount": 15, + "lastModified": 1724193889, + "narHash": "sha256-Z7zTh5e1bwzE0wmqj9Eyl39QCyLJhlMetOXhQo3gd7E=", + "ref": "main", + "rev": "76ef90e2111b7ce74930779362533fe0cf367935", + "revCount": 18, "type": "git", "url": "https://forgejo.skynet.ie/Skynet/website_2017" }, "original": { + "ref": "main", "type": "git", "url": "https://forgejo.skynet.ie/Skynet/website_2017" } diff --git a/flake.nix b/flake.nix index 6954637..38863c2 100644 --- a/flake.nix +++ b/flake.nix @@ -43,15 +43,15 @@ ################# # this should always point to teh current website - skynet_website.url = "git+https://forgejo.skynet.ie/Skynet/website_2017"; + skynet_website.url = "git+https://forgejo.skynet.ie/Skynet/website_2017?ref=main"; # these are past versions of teh website skynet_website_2023.url = "git+https://forgejo.skynet.ie/Skynet/website_2017?rev=c4d61c753292bf73ed41b47b1607cfc92a82a191"; # this is not 100% right since this is from teh archive from 2022 or so - skynet_website_2017.url = "git+https://forgejo.skynet.ie/Skynet/website_2017"; + skynet_website_2017.url = "git+https://forgejo.skynet.ie/Skynet/website_2017?ref=main"; # this is more of 2012 than 2009 but started in 2009 - skynet_website_2009.url = "git+https://forgejo.skynet.ie/Skynet/website_2009"; + skynet_website_2009.url = "git+https://forgejo.skynet.ie/Skynet/website_2009?ref=main"; }; nixConfig = {