Make it build correctly
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./nix-conf.nix
|
../modules/nix-conf.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ let
|
|||||||
// {
|
// {
|
||||||
channel = top.nixunstable;
|
channel = top.nixunstable;
|
||||||
hm = top.hmunstable;
|
hm = top.hmunstable;
|
||||||
nixvim = top.nixvimunstable;
|
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
machine =
|
machine =
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ func main() {
|
|||||||
// flake output type. Therefore, it just informs you that it is
|
// flake output type. Therefore, it just informs you that it is
|
||||||
// part of the output, but does not evaluate deeper to tell you
|
// part of the output, but does not evaluate deeper to tell you
|
||||||
// what the name of it is. I will just do this manually for now.
|
// what the name of it is. I will just do this manually for now.
|
||||||
pipeline["Build Home config "] = NewGitlabCIJob("homeConfigurations.\"gregory.hellings\".activationPackage")
|
pipeline["Build Home config "] = NewGitlabCIJob("homeConfigurations.\"greg\".activationPackage")
|
||||||
|
|
||||||
if flakeOutput.Apps != nil {
|
if flakeOutput.Apps != nil {
|
||||||
for appName := range flakeOutput.Apps {
|
for appName := range flakeOutput.Apps {
|
||||||
|
|||||||
Reference in New Issue
Block a user