1
Fork 0
nixos-system-config/overlays/nixpkgs-unstable.nix

5 lines
99 B
Nix
Raw Normal View History

2025-01-23 14:46:22 +01:00
{ inputs }:
(final: prev: {
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
})