1
0
Fork 0
nixos-config/overlays/previews.nix
2023-03-17 15:53:15 +01:00

20 lines
734 B
Nix
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

self: super: {
nix-output-monitor = self.flake-inputs'.nix-output-monitor.packages.default;
unstable = self.flake-inputs'.nixos-unstable.legacyPackages;
unstableHaskellPackages = self.unstable.haskellPackages;
unstableGhc = self.unstable.ghc;
inherit
(self.unstable)
nix # Always good for early nom problem detection.
nil # Because old nil with new nix does not get cached.
home-assistant # hexa says thats better than stable
emanote # Haskell
cabal2nix # Haskell
chrysalis # Only until 23.05
helix # until 23.05: Various features
headscale # until 23.05: Required for correct hostnames and Android compat
lklWithFirewall # until 23.05: To Fix firewall checks
nix-diff
;
}