~fgaz

Italy / Sweden

https://fgaz.me/about

Haskell | NixOS

~fgaz/public-inbox

Last active 2 years ago

~fgaz/haskell-gemini-devel

Last active 4 years ago
View more

Recent activity

[PATCH sr.ht-docs] builds.sr.ht/compatibility.md: Add NixOS 24.11, remove 23.11 2 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

---
 builds.sr.ht/compatibility.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index 2db4b1a..7f9782b 100644
--- a/builds.sr.ht/compatibility.md
@@ -812,10 +812,10 @@ We remove old versions after they are marked as "End of life" at
<table class="table table-sm table-hover">
  <thead>
    <tr>
      <th>NixOS 24.05</th>
      <th>NixOS 24.11</th>
[message trimmed]

Re: [PATCH builds.sr.ht] images/nixos: remove 23.11 (EOL) 2 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

I didn't set format.subjectPrefix on this machine yet so I forgot to
include the project in the subject, sorry >.<

[PATCH] images/nixos: remove 23.11 (EOL) 2 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

---
Depends on the 24.11 patch to remove the crontab entry

 images/nixos/23.11/functions | 1 -
 images/nixos/23.11/genimg    | 3 ---
 2 files changed, 4 deletions(-)
 delete mode 120000 images/nixos/23.11/functions
 delete mode 100755 images/nixos/23.11/genimg

diff --git a/images/nixos/23.11/functions b/images/nixos/23.11/functions
deleted file mode 120000
index c0b5bcc..0000000
--- a/images/nixos/23.11/functions
[message trimmed]

[PATCH builds.sr.ht] images/nixos: Add 24.11 as latest 2 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

23.11 is no longer updated so the crontab entry was replaced.

---
Sample build: https://builds.sr.ht/~fgaz/job/1382271

 contrib/crontab              | 2 +-
 images/nixos/24.11/functions | 1 +
 images/nixos/24.11/genimg    | 3 +++
 images/nixos/build.yml       | 2 +-
 images/nixos/latest          | 2 +-
 5 files changed, 7 insertions(+), 3 deletions(-)
 create mode 120000 images/nixos/24.11/functions
 create mode 100755 images/nixos/24.11/genimg
[message trimmed]

Re: [PATCH builds.sr.ht 0/4] images/nixos: Update NixOS images 6 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

Looks good, thank you!

[PATCH builds.sr.ht] images/nixos: add 23.11 1 year, 2 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

* Do not point latest to 23.11 yet because it's still in beta
* Replace the 22.11 cronjob since that version is EoL
---

Sample build: https://builds.sr.ht/~fgaz/job/1101460

 contrib/crontab              | 2 +-
 images/nixos/23.11/functions | 1 +
 images/nixos/23.11/genimg    | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)
 create mode 120000 images/nixos/23.11/functions
 create mode 100755 images/nixos/23.11/genimg

diff --git a/contrib/crontab b/contrib/crontab
[message trimmed]

Re: [PATCH builds.sr.ht v2] images/nixos: pass optional system attribute to evalConfig 1 year, 4 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

Looks good, thank you

> From: Nessdoor <tlopez@keio.jp>

^ Looks like a header found its way into the commit message, but this
can be fixed at merge time

Re: [PATCH builds.sr.ht] images/nixos: pass optional system attribute to evalConfig 1 year, 5 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

On Fri, 18 Aug 2023 14:48:08 +0200
nessdoor <tlopez@keio.jp> wrote:

> This allows for image.nix to be used inside hermetic builds where
> builtins.currentSystem is not available as an attribute.
> ---
> During an ongoing effort to update the NixOS module for Sourcehut, we
> noticed that this minor change allows us to make direct use of your
> image.nix even when building system configurations inside flakes.
> 
>  images/nixos/image.nix | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/images/nixos/image.nix b/images/nixos/image.nix

[PATCH sr.ht-docs] builds.sr.ht/compatibility.md: mark NixOS 23.05 as latest 1 year, 5 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

---
 builds.sr.ht/compatibility.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index 69bfe20..84a7db0 100644
--- a/builds.sr.ht/compatibility.md
@@ -775,10 +775,10 @@ We remove old versions after they are marked as "End of life" at
<table class="table table-sm table-hover">
  <thead>
    <tr>
      <th>NixOS 22.11</th>
      <th>NixOS 23.05</th>
[message trimmed]

[PATCH builds.sr.ht] images/nixos: set latest to 23.05 1 year, 5 months ago

From Francesco Gazzetta to ~sircmpwn/sr.ht-dev

---
 images/nixos/latest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/nixos/latest b/images/nixos/latest
index f07cdfa..527d78c 120000
--- a/images/nixos/latest
+++ b/images/nixos/latest
@@ -1 +1 @@
22.11
\ No newline at end of file
23.05
\ No newline at end of file
--
[message trimmed]