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 = {
fontDir.enable = true;
fonts = with pkgs; [
packages = with pkgs; [
inter
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];

View file

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