Make it build correctly

This commit is contained in:
Greg Hellings
2025-06-10 15:05:09 -05:00
parent f93908c43f
commit 1c44dfad6f
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ let
in
{
imports = [
./nix-conf.nix
../modules/nix-conf.nix
];
console = {
-1
View File
@@ -9,7 +9,6 @@ let
// {
channel = top.nixunstable;
hm = top.hmunstable;
nixvim = top.nixvimunstable;
}
));
machine =
+1 -1
View File
@@ -78,7 +78,7 @@ func main() {
// flake output type. Therefore, it just informs you that it is
// 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.
pipeline["Build Home config "] = NewGitlabCIJob("homeConfigurations.\"gregory.hellings\".activationPackage")
pipeline["Build Home config "] = NewGitlabCIJob("homeConfigurations.\"greg\".activationPackage")
if flakeOutput.Apps != nil {
for appName := range flakeOutput.Apps {