hercules-ci / arion

Run docker-compose with help from Nix/NixOS
Apache License 2.0
622 stars 48 forks source link

fix(modules/service/nixos-init): Use `boot.tmp.useTmpfs` option instead of `boot.tmpOnTmpfs` #211

Closed MartinNikov closed 8 months ago

MartinNikov commented 1 year ago

This change fixes the following warning:

trace: Obsolete option `boot.tmpOnTmpfs' is used. It was renamed to `boot.tmp.useTmpfs'.

This option was renamed in this PR: https://github.com/NixOS/nixpkgs/pull/204534

roberth commented 1 year ago

bors r+

bors[bot] commented 1 year ago

Build failed:

roberth commented 1 year ago

Blocked on