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

11 lines
404 B
Nix
Raw Normal View History

2023-05-22 02:08:50 +00:00
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)
2023-03-06 08:14:10 +00:00
nix # Always good for early nom problem detection.
2023-03-17 14:53:15 +00:00
nil # Because old nil with new nix does not get cached.
2023-05-22 01:06:42 +00:00
;
2021-01-06 00:52:29 +00:00
}