summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0d04ff9..7075583 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,9 @@
       (machine: nixpkgs.lib.nixosSystem {
         inherit system;
 
-        specialArgs = inputs // packageSets;
+        specialArgs = inputs // packageSets // {
+          me = machine;
+        };
 
         modules = [
           ./machines/${machine}