update flake, switch to nixpkgs 26.05 stable
Some checks failed
buildbot/nix-eval Build done.
buildbot/nix-build gitea:anynews/republisher#checks.x86_64-linux.pyright Build done.
buildbot/nix-build Build done.

This commit is contained in:
Abel Luck 2026-05-27 09:24:42 +02:00
parent 525393272e
commit 18a7f652d4
3 changed files with 24 additions and 25 deletions

View file

@ -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);
}