about summary refs log tree commit diff
path: root/nixos/tests/cage.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/cage.nix
parent5162df32399c7e9d77cc38702202983dbe9ad113 (diff)
treewide: rename fonts.fonts to fonts.packages
Diffstat (limited to 'nixos/tests/cage.nix')
-rw-r--r--nixos/tests/cage.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cage.nix b/nixos/tests/cage.nix
index db1b7854673df..3b49185124f3e 100644
--- a/nixos/tests/cage.nix
+++ b/nixos/tests/cage.nix
@@ -11,7 +11,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
   {
     imports = [ ./common/user-account.nix ];
 
-    fonts.fonts = with pkgs; [ dejavu_fonts ];
+    fonts.packages = with pkgs; [ dejavu_fonts ];
 
     services.cage = {
       enable = true;