1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00
home-manager/.travis.yml

13 lines
190 B
YAML
Raw Normal View History

2018-02-19 21:30:16 +01:00
language: nix
os:
- linux
- osx
before_script:
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
script:
2018-12-11 00:51:48 +01:00
- nix-shell . -A install
- nix-shell . -A tests.run.all