Maybe test home?

This commit is contained in:
Greg Hellings
2023-12-14 00:54:34 -06:00
parent 457a4e1c62
commit 2ed4d83132
2 changed files with 6 additions and 6 deletions
+4 -2
View File
@@ -4,8 +4,8 @@
...
}:
{
"gregory.hellings" =
rec {
greghellings =
let
system = "x86_64-linux";
pkgs = (import inputs.nixunstable { inherit system overlays; });
@@ -20,4 +20,6 @@
username = "gregory.hellings";
};
};
"gregory.hellings" = greghellings;
}