From 18a7f652d4c4b6545d3a11c88325e5518bd5c631 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Wed, 27 May 2026 09:24:42 +0200 Subject: [PATCH] update flake, switch to nixpkgs 26.05 stable --- flake.lock | 42 ++++++++++++++++++++++-------------------- flake.nix | 2 +- repub/static/app.css | 5 +---- 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/flake.lock b/flake.lock index 86b48f0..f7a5277 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,18 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1774386573, - "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=", - "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9", - "revCount": 969196, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.969196%2Brev-46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9/019d279e-af65-79ce-92be-5dee7b1e36d4/source.tar.gz" + "lastModified": 1779622335, + "narHash": "sha256-ViA62qtL5za7V3d5I8OA9q9JcFhsVAiL5jVHwEclWqk=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "705e9929918b43bd7b715dc0a878ac870449bb03", + "type": "github" }, "original": { - "type": "tarball", - "url": "https://flakehub.com/f/NixOS/nixpkgs/0.1" + "owner": "nixos", + "ref": "nixos-26.05", + "repo": "nixpkgs", + "type": "github" } }, "pyproject-build-systems": { @@ -27,11 +29,11 @@ ] }, "locked": { - "lastModified": 1773870109, - "narHash": "sha256-ZoTdqZP03DcdoyxvpFHCAek4bkPUTUPUF3oCCgc3dP4=", + "lastModified": 1779676664, + "narHash": "sha256-MbXylBTkWqVm8/VYjoULtMoVRgWBN1gSHbeRKsOsPlU=", "owner": "pyproject-nix", "repo": "build-system-pkgs", - "rev": "b6e74f433b02fa4b8a7965ee24680f4867e2926f", + "rev": "7bff980f37fc24e09dbc986643719900c139bf12", "type": "github" }, "original": { @@ -47,11 +49,11 @@ ] }, "locked": { - "lastModified": 1774498001, - "narHash": "sha256-wTfdyzzrmpuqt4TQQNqilF91v0m5Mh1stNy9h7a/WK4=", + "lastModified": 1778901413, + "narHash": "sha256-GSKXTAnFqRAMlZkJrIPcQMYf+lpMr66K3i60mB9STvc=", "owner": "pyproject-nix", "repo": "pyproject.nix", - "rev": "794afa6eb588b498344f2eaa36ab1ceb7e6b0b09", + "rev": "a228447c3e179d477c1b6246ef3efa8cfe3c469a", "type": "github" }, "original": { @@ -76,11 +78,11 @@ ] }, "locked": { - "lastModified": 1773297127, - "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", + "lastModified": 1775636079, + "narHash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", + "rev": "790751ff7fd3801feeaf96d7dc416a8d581265ba", "type": "github" }, "original": { @@ -99,11 +101,11 @@ ] }, "locked": { - "lastModified": 1774705889, - "narHash": "sha256-TRTIM18gP3ccBj3m8bV1zx82xeYweNYp8/lgcdR4Zz0=", + "lastModified": 1779411315, + "narHash": "sha256-IMFlxeyClau51KplhhSRGhdGTvD/knShHdybP1UOTuk=", "owner": "pyproject-nix", "repo": "uv2nix", - "rev": "28355ed75b466a15ff324e1baa151b550619fe67", + "rev": "fdf2a76275d7a9c27deb5d2f2ab33526ac9052ff", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 66ce2f4..c574d90 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "republisher-redux - offline RSS and Atom feed mirroring"; inputs = { - nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/repub/static/app.css b/repub/static/app.css index 9fa1cb3..11ab841 100644 --- a/repub/static/app.css +++ b/repub/static/app.css @@ -1,4 +1,4 @@ -/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; @layer theme { @@ -245,9 +245,6 @@ .inset-x-0 { inset-inline: calc(var(--spacing) * 0); } - .start { - inset-inline-start: var(--spacing); - } .top-0 { top: calc(var(--spacing) * 0); }