mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
12 lines
155 B
YAML
12 lines
155 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
|