Maybe test home?
This commit is contained in:
+2
-4
@@ -1,9 +1,7 @@
|
|||||||
builds:
|
builds:
|
||||||
include:
|
include:
|
||||||
- '*.x86_64-linux.*'
|
|
||||||
- '*.aarch64-linux.*'
|
|
||||||
- nixosConfigurations.*
|
|
||||||
- darwinConfigurations.*
|
- darwinConfigurations.*
|
||||||
- homeConfigurations."gregory.hellings".activationPackage
|
|
||||||
- devShell.x86_64-linux
|
- devShell.x86_64-linux
|
||||||
- devShell.aarch64-linux
|
- devShell.aarch64-linux
|
||||||
|
- homeConfigurations.greghellings.activationPackage
|
||||||
|
- nixosConfigurations.*
|
||||||
|
|||||||
+4
-2
@@ -4,8 +4,8 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
rec {
|
||||||
"gregory.hellings" =
|
greghellings =
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = (import inputs.nixunstable { inherit system overlays; });
|
pkgs = (import inputs.nixunstable { inherit system overlays; });
|
||||||
@@ -20,4 +20,6 @@
|
|||||||
username = "gregory.hellings";
|
username = "gregory.hellings";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"gregory.hellings" = greghellings;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user