chore: Update fleka inputs

This commit is contained in:
ulic-youthlic 2026-03-04 02:04:16 +08:00
parent 908829263c
commit e5d94609bc
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 271 additions and 333 deletions

View file

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

View file

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