From 5fd3c3c2632c85da2bc489c017c6c23e02ed4ea7 Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 5 Sep 2023 16:57:56 +0200 Subject: [PATCH] fix: need faketty (for some reason it's not propagated) --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 33a42ce..c824a29 100644 --- a/flake.nix +++ b/flake.nix @@ -191,6 +191,7 @@ devShells.default = pkgs.devshell.mkShell { name = "nix-config"; packages = with pkgs; [ + faketty # Used in my colmena patch to show progress, XXX: should theoretically be propagated automatically from the patch.... nix # Always use the nix version from this flake's nixpkgs versios, so that nix-plugins (below) doesn't fail because of different nix versions. ];