run nas and thinkpad in parallel
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3928a2a6e9
commit
859c1cab51
|
@ -5,6 +5,7 @@ name: default
|
|||
steps:
|
||||
- name: thinkpad
|
||||
image: nixos/nix:latest
|
||||
depends_on: [clone]
|
||||
commands:
|
||||
- nix-channel --add https://nixos.org/channels/nixos-unstable nixos
|
||||
- nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
||||
|
@ -13,6 +14,7 @@ steps:
|
|||
|
||||
- name: nas
|
||||
image: nixos/nix:latest
|
||||
depends_on: [clone]
|
||||
commands:
|
||||
- nix-channel --add https://nixos.org/channels/nixos-unstable nixos
|
||||
- nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
||||
|
|
Loading…
Reference in New Issue