about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad-autoscaler
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2022-12-08stdenv: support opt-in __structuredAttrsArtturin1-1/+1
Co-authored-by: Robin Gloster <mail@glob.in> stdenv: print message if structuredAttrs is enabled stdenv: add _append reduces the chance of a user doing it wrong fix nix develop issue output hooks don't work yet in nix develop though making $outputs be the same on non-structuredAttrs and structuredAttrs is too much trouble. lets instead make a function that gets the output names reading environment file '/nix/store/2x7m69a2sm2kh0r6v0q5s9z1dh41m4xf-xz-5.2.5-env-bin' nix: src/nix/develop.cc:299: std::string Common::makeRcScript(nix::ref<nix::Store>, const BuildEnvironment&, const Path&): Assertion `outputs != buildEnvironment.vars.end()' failed. use a function to get all output names instead of using $outputs copy env functionality from https://github.com/NixOS/nixpkgs/pull/76732/commits
2022-02-25nomad-autoscaler: 0.3.5 -> 0.3.6R. Ryantm1-3/+3
2022-02-12nomad-autoscaler: 0.3.4 -> 0.3.5R. Ryantm1-2/+2
2022-02-07nomad-autoscaler: various fixeszowoq1-11/+9
- don't build `nomad-autoscaler` binary twice - drop unnecessary `removeReferencesTo`
2022-01-31nomad-autoscaler: update vendorSha256zowoq1-1/+1
2021-12-07nomad-autoscaler: 0.3.3 -> 0.3.4R. Ryantm1-3/+3
2021-06-25nomad-autoscaler: init at 0.3.3Jonathan Ringer1-0/+112