forked from mirrors_public/oddlama_nix-config
fix: need faketty (for some reason it's not propagated)
This commit is contained in:
parent
8c2d201a26
commit
5fd3c3c263
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue