From 0bb37adbd9a6876035e1ce9d7be64236fe791120 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 28 Jun 2026 20:38:31 +0200 Subject: uncss: use my-nixpkgs version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'data': 'git+https://git.aristote.fr/about-me/info?ref=refs/heads/master&rev=d3b58f652a40c54b94518e3a6a831d5a51c034ba' (2026-04-17) → 'git+https://git.aristote.fr/about-me/info?ref=refs/heads/master&rev=127f776e3c218d7963b80e62ba2038732d4fc71b' (2026-06-17) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/3107b77cd68437b9a76194f0f7f9c55f2329ca5b' (2026-04-01) → 'github:hercules-ci/flake-parts/f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb' (2026-05-13) • Updated input 'flake-parts/nixpkgs-lib': 'github:nix-community/nixpkgs.lib/333c4e0545a6da976206c74db8773a1645b5870a' (2026-03-29) → 'github:nix-community/nixpkgs.lib/f5901329dade4a6ea039af1433fb087bd9c1fe14' (2026-04-26) • Updated input 'my-nixpkgs': 'git+https://git.aristote.fr/nix/my-nixpkgs?ref=refs/heads/master&rev=906a5d48e3ca38c55d60720c2d4bc1ac26f6959d' (2026-03-24) → 'git+https://git.aristote.fr/nix/my-nixpkgs?ref=refs/heads/master&rev=9b4b20b28ae5e1a1df0ce643f66712db85abee5d' (2026-06-28) • Updated input 'my-nixpkgs/flake-parts': 'github:hercules-ci/flake-parts/80daad04eddbbf5a4d883996a73f3f542fa437ac' (2026-01-11) → 'github:hercules-ci/flake-parts/f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb' (2026-05-13) • Updated input 'my-nixpkgs/flake-parts/nixpkgs-lib': 'github:nix-community/nixpkgs.lib/2075416fcb47225d9b68ac469a5c4801a9c4dd85' (2025-12-14) → 'github:nix-community/nixpkgs.lib/f5901329dade4a6ea039af1433fb087bd9c1fe14' (2026-04-26) • Updated input 'my-nixpkgs/nixpkgs': 'github:NixOS/nixpkgs/523257564973361cc3e55e3df3e77e68c20b0b80' (2026-01-24) → 'github:NixOS/nixpkgs/8a1b0127302ea51e05bf4ea5a291743fac442406' (2026-05-14) • Updated input 'my-nixpkgs/nur': 'github:nix-community/NUR/c80cf01f7985ce8e1f6e50104b4dcff5c97f2d26' (2026-01-24) → 'github:nix-community/NUR/cb307695a0afecbaf24fbdb19fdb6e481396283d' (2026-05-16) • Updated input 'my-nixpkgs/nur/nixpkgs': 'github:nixos/nixpkgs/88d3861acdd3d2f0e361767018218e51810df8a1' (2026-01-21) → 'github:nixos/nixpkgs/da5ad661ba4e5ef59ba743f0d112cbc30e474f32' (2026-05-10) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/566acc07c54dc807f91625bb286cb9b321b5f42a' (2026-04-15) → 'github:NixOS/nixpkgs/3d46470bb3030020f7e1361f33514854f5bfa86d' (2026-06-27) • Removed input 'uncss' • Removed input 'uncss/flake-utils' • Removed input 'uncss/flake-utils/systems' • Removed input 'uncss/nixpkgs' --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e556009..1103fe0 100644 --- a/flake.nix +++ b/flake.nix @@ -4,12 +4,6 @@ inputs = { data.url = "git+https://git.aristote.fr/about-me/info"; my-nixpkgs.url = "git+https://git.aristote.fr/nix/my-nixpkgs"; - uncss = { - url = "github:qaristote/uncss"; - inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; - }; - }; nixpkgs = { }; }; @@ -36,7 +30,7 @@ let pkgs' = pkgs.extend ( _: _: { - uncss = inputs.uncss.packages."${system}".default; + uncss = my-nixpkgs.packages."${system}".uncss; line-awesome-css = my-nixpkgs.packages."${system}".static_css_lineAwesome; } ); -- cgit v1.2.3