From 544dfeb10488e558c4d2ec046573c641ea698561 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Wed, 14 Aug 2024 17:13:20 +0200 Subject: [PATCH] nixos-mods/autoUnfree: fix lib.literalText -> lib.literalExpression --- nix/nixos-modules/autoUnfree.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-modules/autoUnfree.nix b/nix/nixos-modules/autoUnfree.nix index 1313478..d180886 100644 --- a/nix/nixos-modules/autoUnfree.nix +++ b/nix/nixos-modules/autoUnfree.nix @@ -45,7 +45,7 @@ in ''; type = lib.types.listOf lib.types.package; default = [ ]; - example = lib.literalText '' + example = lib.literalExpression '' with pkgs; [ vscode ] ++ with lib.lists; flatten [