Skip to content

Commit

Permalink
Merge pull request #896 from adamcstephens/nixos/remove-2405
Browse files Browse the repository at this point in the history
remove nixos 24.05 logic
  • Loading branch information
stgraber authored Jan 29, 2025
2 parents 7ff5496 + 5848227 commit 889aec4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sources/nixos-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ func (s *nixos) Run() error {
releaseAttr := "incusContainerImage"
hydraBuildProduct := "squashfs-image"

if s.definition.Image.Release == "24.05" {
releaseAttr = "lxdContainerImage"
hydraBuildProduct = "system-tarball"
}

if s.definition.Image.Release == "unstable" {
hydraJobset = "trunk-combined"
}
Expand Down

0 comments on commit 889aec4

Please sign in to comment.