mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-26 06:58:08 +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
|