Skip to content

Commit 4de4309

Browse files
committed
feat: reduce jobsets
1 parent 2212ba3 commit 4de4309

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,6 @@
618618
}
619619
)
620620
// {
621-
hydraJobs = {
622-
x86_64-linux.neovim = self.packages.x86_64-linux.neovim;
623-
aarch64-linux.neovim = self.packages.aarch64-linux.neovim;
624-
aarch64-darwin.neovim = self.packages.aarch64-darwin.neovim;
625-
};
621+
hydraJobs.x86_64-linux.neovim = self.packages.x86_64-linux.neovim;
626622
};
627623
}

0 commit comments

Comments
 (0)