This commit is contained in:
parent
a2df3beb74
commit
e0773d0502
|
@ -5,8 +5,9 @@ when:
|
|||
steps:
|
||||
update:
|
||||
image: ghcr.io/nixos/nix:latest
|
||||
commands:
|
||||
- nix flake update
|
||||
commands: |
|
||||
echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
nix flake update
|
||||
push:
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue