This commit is contained in:
parent
c3872d25aa
commit
224c15ddf5
1 changed files with 13 additions and 0 deletions
13
.drone.yml
Normal file
13
.drone.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: thinkpad
|
||||
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=thinkpad/configuration.nix
|
||||
|
Loading…
Reference in a new issue