1
0
Fork 0

Fix firewall

This commit is contained in:
Malte 2023-03-06 09:14:10 +01:00
parent 930e8da23f
commit d1442234ce

View file

@ -5,12 +5,13 @@ self: super: {
unstableGhc = self.unstable.ghc; unstableGhc = self.unstable.ghc;
inherit inherit
(self.unstable) (self.unstable)
nix nix # Always good for early nom problem detection.
home-assistant home-assistant # hexa says thats better than stable
cabal2nix emanote # Haskell
chrysalis cabal2nix # Haskell
emanote chrysalis # Only until 23.05
helix helix # until 23.05: Various features
headscale headscale # until 23.05: Required for correct hostnames and Android compat
lklWithFirewall # until 23.05: To Fix firewall checks
; ;
} }