mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00: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
|