summary refs log tree commit diff
path: root/nixos/tests/vscodium.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-19 13:43:36 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-24 17:34:39 +0200
commitb0c67b4b6e0d21fd47097886f5c21cfb6bf27aad (patch)
treefefc5e590bc63c3dfa791d088d41fa45cfee676a /nixos/tests/vscodium.nix
parent5162df32399c7e9d77cc38702202983dbe9ad113 (diff)
downloadnixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.gz
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.bz2
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.lz
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.xz
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.tar.zst
nixpkgs-b0c67b4b6e0d21fd47097886f5c21cfb6bf27aad.zip
treewide: rename fonts.fonts to fonts.packages
Diffstat (limited to 'nixos/tests/vscodium.nix')
-rw-r--r--nixos/tests/vscodium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vscodium.nix b/nixos/tests/vscodium.nix
index 3eda8b6cfb2..d817ce927ff 100644
--- a/nixos/tests/vscodium.nix
+++ b/nixos/tests/vscodium.nix
@@ -8,7 +8,7 @@ let
       environment.variables.NIXOS_OZONE_WL = "1";
       environment.variables.DISPLAY = "do not use";
 
-      fonts.fonts = with pkgs; [ dejavu_fonts ];
+      fonts.packages = with pkgs; [ dejavu_fonts ];
     };
     xorg = { pkgs, ... }: {
       imports = [ ./common/user-account.nix ./common/x11.nix ];