fix: need faketty (for some reason it's not propagated)

This commit is contained in:
oddlama 2023-09-05 16:57:56 +02:00
parent 8c2d201a26
commit 5fd3c3c263
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -191,6 +191,7 @@
devShells.default = pkgs.devshell.mkShell { devShells.default = pkgs.devshell.mkShell {
name = "nix-config"; name = "nix-config";
packages = with pkgs; [ 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. 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.
]; ];