forked from the-distro/ofborg
35bb3a8975
As of NixOS/nixpkgs@7121160, nix1 has been removed from Nixpkgs. Thus, we remove it here.
12 lines
296 B
YAML
12 lines
296 B
YAML
language: nix
|
|
nix: 2.1
|
|
sudo: true
|
|
matrix:
|
|
include:
|
|
- name: cargo pedantry
|
|
script: nix-shell --run checkPhase -A mozilla-rust-overlay
|
|
- name: checkPhase
|
|
script: nix-shell --run checkPhase
|
|
- name: nix-build
|
|
script: nix-build ./default.nix -A ofborg.rs -A ofborg.php
|