Added newton, had to go around strange bug

This commit is contained in:
Luj 2023-01-19 19:50:26 +01:00
parent 147afb0403
commit 2ef286ebe3
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 12 additions and 6 deletions

View file

@ -110,6 +110,7 @@
hydraJobs.tower = self.nixosConfigurations.tower.config.system.build.toplevel;
hydraJobs.lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
hydraJobs.newton = self.nixosConfigurations.newton.config.system.build.toplevel;
packages."x86_64-linux" = {
tinystatus = import ./packages/tinystatus { inherit pkgs; };