add nas to ci
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Sijmen 2022-08-07 23:31:52 +02:00
parent 18d11407f1
commit 3973648b8f
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,14 @@ steps:
- nix-channel --update - nix-channel --update
- nix-build '<nixpkgs/nixos>' -j4 -A config.system.build.toplevel -I nixos-config=thinkpad/configuration.nix - nix-build '<nixpkgs/nixos>' -j4 -A config.system.build.toplevel -I nixos-config=thinkpad/configuration.nix
- name: nas
image: nixos/nix:latest
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
- nix-channel --update
- nix-build '<nixpkgs/nixos>' -j4 -A config.system.build.toplevel -I nixos-config=nas/configuration.nix
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
settings: settings: