mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-25 20:13:04 +03:00
4 lines
126 B
YAML
4 lines
126 B
YAML
sudo: true
|
|
language: nix
|
|
script: nix run nixpkgs.cabal2nix -c cabal2nix --shell --hpack . > shell.nix && nix-build shell.nix
|