aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 36f7775..f86b33a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -47,6 +47,7 @@
readJSON = p: builtins.fromJSON (builtins.readFile p);
mkHomeConfiguration =
{
+ name,
profile,
flake,
...
@@ -57,6 +58,7 @@
config.allowUnfree = true;
};
extraSpecialArgs = {
+ nodeName = name;
env = flake.env;
nurpkgs = import nur-packages { inherit pkgs; };
};