mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-14 12:49:08 +00:00
9 lines
125 B
YAML
9 lines
125 B
YAML
language: nix
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
script:
|
|
- nix-shell . -A install
|
|
- nix-shell --pure --max-jobs 10 tests -A run.all
|