mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
b8b391ad18
Having it there prevented, e.g., `nix-env -qaP` from working in some cases. Fixes #509
12 lines
188 B
YAML
12 lines
188 B
YAML
language: nix
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
before_script:
|
|
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
|
|
|
|
script:
|
|
- nix-shell . -A install
|
|
- nix-shell tests -A run.all
|