fix(macos): new font syntax and typo in php conf

This commit is contained in:
mrflos 2024-08-09 13:24:48 +03:00
parent 6891dbfaf2
commit 9a2a4f68ca
2 changed files with 3 additions and 4 deletions

View file

@ -8,8 +8,7 @@
]; ];
fonts = { fonts = {
fontDir.enable = true; packages = with pkgs; [
fonts = with pkgs; [
inter inter
(nerdfonts.override { fonts = [ "Iosevka" ]; }) (nerdfonts.override { fonts = [ "Iosevka" ]; })
]; ];

View file

@ -18,10 +18,10 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
let let
php83 = pkgs.php83.buildEnv { extraConfig = "" php83 = pkgs.php83.buildEnv { extraConfig = ''
memory_limit = 2G memory_limit = 2G
max_upload_size = 2G max_upload_size = 2G
""; }; ''; };
in [ in [
dart-sass dart-sass
cmake cmake