From 730c1bdd1e6e439c0cbf5a6760fde7267b540826 Mon Sep 17 00:00:00 2001 From: MK Date: Tue, 14 Feb 2023 18:09:55 +0100 Subject: [PATCH] Update 'configuration.nix' --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index a9e8449..019ba11 100644 --- a/configuration.nix +++ b/configuration.nix @@ -157,7 +157,7 @@ git #source of this code: https://github.com/NixOS/nixpkgs/blob/nixos-22.11/nixos/modules/system/boot/tmp.nix -with lib; + let cfg = config.boot;