mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: add back CI module dependent functionality to CI
This commit is contained in:
parent
c5e8103b6b
commit
9d219f6d63
12 changed files with 226 additions and 25 deletions
12
packages/nf-build-system/default.nix
Normal file
12
packages/nf-build-system/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
wrapShellScriptBin,
|
||||
pkgs,
|
||||
}:
|
||||
wrapShellScriptBin "nf-build-system" ./build-system.sh {
|
||||
depsRuntimePath = with pkgs; [
|
||||
git
|
||||
cachix
|
||||
jq
|
||||
curl
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue