aboutsummaryrefslogblamecommitdiffhomepage
path: root/default.nix
blob: 319a18b18012039ebd88f3c2ebbf69ff1417fc4a (plain) (tree)
1
2
3
4
5
6
7






                                         
{ pkgs ? import <nixpkgs> {} }:

with pkgs;

let ci = callPackage ./ci/default.nix {};

in ci