nixos/overlays/modifications/fix-guix.nix

6 lines
181 B
Nix
Raw Normal View History

2026-03-04 02:04:16 +08:00
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
guix = inputs.nixpkgs-0182a361324364ae3f436a63005877674cf45efb.legacyPackages.${system}.guix;
}