-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(flake): bump nixpkgs to 24.11 and buildbot-nix (#183)
* feat(flake): bump to nixos-24.11 and buildbot-nix * fix(monitoring): remove alloy import from unstable * refactor(buildbot-nix-0): remove unused monitoring.nix * dweb-reverse-tls-proxy: disable nomad * refactor(modules): extract nomad-server module * chore: bump nomad to latest version * fix(modules/flake-parts/packages.postbuildstepper/test): wait until minio is live
- Loading branch information
Showing
15 changed files
with
222 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
#!/usr/bin/env bash | ||
|
||
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then | ||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" | ||
fi | ||
|
||
if [[ "$(hostname)" =~ (steveej|sj-).* ]]; then | ||
export PULUMI_CONFIG_PASSPHRASE="$(prs show Work/Holo/holochain-infra-pulumi-passphrase)" | ||
PULUMI_CONFIG_PASSPHRASE="$(prs show Work/Holo/holochain-infra-pulumi-passphrase)" | ||
export PULUMI_CONFIG_PASSPHRASE | ||
fi | ||
|
||
use flake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix", | ||
"[nix]": { | ||
"editor.defaultFormatter": null, | ||
}, | ||
"nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix", | ||
"[nix]": { | ||
"editor.defaultFormatter": null | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 0 additions & 62 deletions
62
modules/flake-parts/nixosConfigurations.buildbot-nix-0/monitoring.nix
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.