mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
a37b5c9c61
This avoids the uncontrollable nature of fetching the tarball as part of the evaluation. Instead the user can decide when to update and also perform rollbacks, if necessary.
11 lines
155 B
YAML
11 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
|