xo-unit: + ./pkgs/xo-userenv for nix CI
This commit is contained in:
parent
e3325e0926
commit
cfd77c3888
1 changed files with 24 additions and 0 deletions
24
pkgs/xo-userenv.nix
Normal file
24
pkgs/xo-userenv.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
# nixpkgs dependencies
|
||||
buildFHSUserEnv, # ... other deps here
|
||||
|
||||
# xo dependencies
|
||||
xo-cmake, xo-indentlog, xo-subsys, xo-refcnt, xo-reflect, xo-unit,
|
||||
|
||||
# other args
|
||||
|
||||
# someconfigurationoption ? false
|
||||
} :
|
||||
|
||||
buildFHSUserEnv {
|
||||
name = "xo-userenv";
|
||||
targetPkgs = pkgs: [ xo-cmake
|
||||
xo-indentlog
|
||||
xo-subsys
|
||||
xo-refcnt
|
||||
xo-reflect
|
||||
xo-unit
|
||||
];
|
||||
# runScript = ...;
|
||||
# profile = ...;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue