Merge fort-nix/nix-bitcoin#617: Update to NixOS 23.05
e658209d56run-tests.sh: fix building tests for Nix ≥ 2.15 (Erik Arvstedt)bb2e88cec2fix python packages for nixos 23.05 (Erik Arvstedt)e31cc686f2run-tests: make compatible with new shellcheck version (Erik Arvstedt)76dc7b92e1examples/deploy-container.sh: add extra-container version check (Erik Arvstedt)6c2d1108a4update the required extra-container version for nixos 23.05 (Erik Arvstedt)e2cce7daa8update to nixos 23.05 (Erik Arvstedt)55c64d8dffupdate nixpkgs (Erik Arvstedt)bd77b89feartl, clightning-rest: update to nodejs 18 (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACKe658209d56Tree-SHA512: 5814f56e469ad384dfb81bc11f9ac256a35cd2647e7fd997b14f84927448fbb880b0b1cee3bdf5a2b926760b74aab291e901e67a0759d43ffaf705ff6b741b97
This commit is contained in:
commit
6eaddd970a
26 changed files with 201 additions and 238 deletions
|
|
@ -265,7 +265,7 @@
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
users.users.root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
# this value at the release version of the first install of this system.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "22.11"; # Did you read the comment?
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
# The nix-bitcoin release version that your config is compatible with.
|
||||
# When upgrading to a backwards-incompatible release, nix-bitcoin will display an
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ read -rd '' src <<EOF || true
|
|||
};
|
||||
}
|
||||
EOF
|
||||
. "${BASH_SOURCE[0]%/*}"/../test/lib/extra-container-check-version.sh
|
||||
extra-container shell -E "$src" "${runCmd[@]}"
|
||||
|
||||
# The container is automatically deleted at exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue