mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-13 16:53:51 +03:00
9 lines
184 B
YAML
9 lines
184 B
YAML
sudo: true
|
|
language: nix
|
|
|
|
script:
|
|
- nix-env -iA cachix -f https://cachix.org/api/v1/install
|
|
- cachix use nixpkgs-update
|
|
- cachix push nixpkgs-update --watch-store&
|
|
- nix-build
|