Add bzip2 in case PHP needs it.
This commit is contained in:
parent
225cb56f74
commit
f9be9a1657
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
bzip2
|
||||||
fish
|
fish
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
|
|
Loading…
Reference in New Issue