1
0
Fork 0
nixos-config/overlays/previews.nix

11 lines
369 B
Nix

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