mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
Having it there prevented, e.g., `nix-env -qaP` from working in some
cases.
Fixes #509
(cherry picked from commit b8b391ad18)
13 lines
188 B
YAML
13 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
|