diff --git a/hosts/baseline.nix b/hosts/baseline.nix index 116134e..8516eee 100644 --- a/hosts/baseline.nix +++ b/hosts/baseline.nix @@ -18,7 +18,7 @@ let in { imports = [ - ./nix-conf.nix + ../modules/nix-conf.nix ]; console = { diff --git a/hosts/default.nix b/hosts/default.nix index deb0462..9975175 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -9,7 +9,6 @@ let // { channel = top.nixunstable; hm = top.hmunstable; - nixvim = top.nixvimunstable; } )); machine = diff --git a/pkgs/gen-build/gen-build.go b/pkgs/gen-build/gen-build.go index f06fcb0..e09a818 100644 --- a/pkgs/gen-build/gen-build.go +++ b/pkgs/gen-build/gen-build.go @@ -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 {