chore: Update flake

This commit is contained in:
ulic-youthlic 2026-07-04 22:29:05 +08:00
parent 2d0bfe3dfd
commit 7ef52e7b62
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 0 additions and 35 deletions

View file

@ -15,7 +15,6 @@ in
./neovim-nightly.nix
./vim.nix
./prismlauncher.nix
./fix-clash-verge.nix
# Nur
./nur.nix

View file

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