Compare commits
No commits in common. "8f21db84a03a585afe28ce12879485bbc5fb25c4" and "913490431ff04ca76dad22450373d79f529de0c9" have entirely different histories.
8f21db84a0
...
913490431f
3 changed files with 3 additions and 6 deletions
|
@ -11,10 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
- name: Update dependencies
|
||||
run: |
|
||||
nix flake update
|
||||
./home/programs/nvim/update-plugins.sh
|
||||
- run: nix flake update
|
||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "[automation] Update flake"
|
||||
|
|
|
@ -6,7 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
virtualisation.oci-containers.containers.weewx = {
|
||||
image = "git.kempkens.io/daniel/weewx-docker:latest";
|
||||
image = "ghcr.io/nifoc/weewx-docker:master";
|
||||
ports = [ "127.0.0.1:8000:8000" ];
|
||||
environment = {
|
||||
"TZ" = "Europe/Berlin";
|
||||
|
|
|
@ -173,7 +173,7 @@ in
|
|||
];
|
||||
|
||||
settings = {
|
||||
container.options = "-e NIX_BUILD_SHELL=/bin/bash -e PAGER=cat -e PATH=/bin -e SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt --device /dev/kvm -v /nix:/nix -v ${storeDeps}/bin:/bin -v ${storeDeps}/etc/ssl:/etc/ssl --user nix-ci-user";
|
||||
container.options = "-e NIX_BUILD_SHELL=/bin/bash -e PAGER=cat -e PATH=/bin -e SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt --device /dev/kvm -v /nix:/nix -v ${storeDeps}/bin:/bin -v ${storeDeps}/etc/ssl:/etc/ssl --user nix-ci-user --device=/dev/kvm";
|
||||
container.valid_volumes = [
|
||||
"/nix"
|
||||
"${storeDeps}/bin"
|
||||
|
|
Loading…
Reference in a new issue