Commit graph

8 commits

Author SHA1 Message Date
Fabián Heredia Montiel ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Artturin 238a6053c4 stdenv: support opt-in __structuredAttrs
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-12-08 06:13:19 +02:00
R. Ryantm ce6fe7b1c2 nomad-autoscaler: 0.3.5 -> 0.3.6 2022-02-25 11:09:16 -08:00
R. Ryantm a0f710520e nomad-autoscaler: 0.3.4 -> 0.3.5 2022-02-12 10:55:31 -08:00
zowoq 49e2877f51 nomad-autoscaler: various fixes
- don't build `nomad-autoscaler` binary twice
- drop unnecessary `removeReferencesTo`
2022-02-07 14:35:20 -08:00
zowoq 0a9b154866 nomad-autoscaler: update vendorSha256 2022-01-31 06:31:22 +10:00
R. Ryantm c9529528b7 nomad-autoscaler: 0.3.3 -> 0.3.4 2021-12-07 11:53:16 -08:00
Jonathan Ringer b432c3ca0d
nomad-autoscaler: init at 0.3.3 2021-06-25 09:53:21 -07:00