mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
14 lines
229 B
YAML
14 lines
229 B
YAML
|
language: nix
|
||
|
|
||
|
os:
|
||
|
- linux
|
||
|
- osx
|
||
|
|
||
|
before_script:
|
||
|
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
|
||
|
- mkdir -p ~/.config/nixpkgs
|
||
|
- echo "{}" > ~/.config/nixpkgs/home.nix
|
||
|
|
||
|
script:
|
||
|
nix-shell . -A install
|