From 9e85cc10026cfb43bed1cafebd48618f2e5bd1d7 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 21 Jan 2024 22:43:47 +0100 Subject: [PATCH] add flake self to vars --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d815db6..c9e7d3c 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ # Variables to be passed to NixOS modules in the vars attrset vars = { - inherit username mobileTimeZone; + inherit username mobileTimeZone self; };