1
0
Fork 0
nixos-config/overlays/previews.nix
2023-05-22 04:08:50 +02:00

11 lines
404 B
Nix

final: _prev: {
nix-output-monitor = final.flake-inputs'.nix-output-monitor.packages.default;
unstable = final.flake-inputs'.nixos-unstable.legacyPackages;
unstableHaskellPackages = final.unstable.haskellPackages;
unstableGhc = final.unstable.ghc;
inherit (final.unstable)
nix # Always good for early nom problem detection.
nil # Because old nil with new nix does not get cached.
;
}