2022-08-01 21:45:07 +00:00
|
|
|
---
|
|
|
|
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
|
2022-08-02 00:08:50 +00:00
|
|
|
- nix-build '<nixpkgs/nixos>' -j4 -A config.system.build.toplevel -I nixos-config=thinkpad/configuration.nix
|
2022-08-01 21:45:07 +00:00
|
|
|
|