chore: Update flake

This commit is contained in:
ulic-youthlic 2026-06-23 03:00:04 +08:00
parent aa9cd07dfe
commit 2d0bfe3dfd
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 245 additions and 224 deletions

View file

@ -0,0 +1,10 @@
{ inputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in
{
inherit (inputs.nixpkgs-b12141ef619e0a9c1c84dc8c684040326f27cdcc.legacyPackages.${system})
clash-verge-rev
;
}