chore: Update flake inputs and package upstream

This commit is contained in:
ulic-youthlic 2026-03-18 20:53:27 +08:00
parent 912e8ff921
commit 7af904f92f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 345 additions and 335 deletions

View file

@ -15,7 +15,6 @@ in
./vim.nix
./prismlauncher.nix
./fix-guix.nix
# Nur
./nur.nix

View file

@ -1,5 +0,0 @@
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
guix = inputs.nixpkgs-0182a361324364ae3f436a63005877674cf45efb.legacyPackages.${system}.guix;
}