Maybe test home?
This commit is contained in:
+2
-4
@@ -1,9 +1,7 @@
|
||||
builds:
|
||||
include:
|
||||
- '*.x86_64-linux.*'
|
||||
- '*.aarch64-linux.*'
|
||||
- nixosConfigurations.*
|
||||
- darwinConfigurations.*
|
||||
- homeConfigurations."gregory.hellings".activationPackage
|
||||
- devShell.x86_64-linux
|
||||
- devShell.aarch64-linux
|
||||
- homeConfigurations.greghellings.activationPackage
|
||||
- nixosConfigurations.*
|
||||
|
||||
+4
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user