diff --git a/modules/home/cli/terminal.nix b/modules/home/cli/terminal.nix index fb0dac3..f127901 100644 --- a/modules/home/cli/terminal.nix +++ b/modules/home/cli/terminal.nix @@ -20,7 +20,7 @@ in killall television yt-dlp - # gh + gh # Broken, https://github.com/NixOS/nixpkgs/issues/299680 # ncdu diff --git a/modules/home/services/vira.nix b/modules/home/services/vira.nix index fe07599..bda39b8 100644 --- a/modules/home/services/vira.nix +++ b/modules/home/services/vira.nix @@ -34,6 +34,7 @@ in hackage-publish = "https://github.com/srid/hackage-publish.git"; haskell-flake = "https://github.com/srid/haskell-flake.git"; heist-extra = "https://github.com/srid/heist-extra.git"; + tail-hs = "https://github.com/srid/tail-hs.git"; rust-flake = "https://github.com/juspay/rust-flake.git"; services-flake = "https://github.com/juspay/services-flake.git"; process-compose-flake = "https://github.com/Platonic-Systems/process-compose-flake.git"; diff --git a/modules/nixos/shared/nix.nix b/modules/nixos/shared/nix.nix index 6cee62b..631fc07 100644 --- a/modules/nixos/shared/nix.nix +++ b/modules/nixos/shared/nix.nix @@ -31,6 +31,7 @@ in # Nullify the registry for purity. flake-registry = pkgs.writeText "empty-flake-registry.json" ''{"flakes":[],"version":2}''; trusted-users = [ "root" (if pkgs.stdenv.isDarwin then flake.config.me.username else "@wheel") ]; + max-call-depth = "1000000"; }; }; }