Skip to content

Commit 893f0ad

Browse files
Merge pull request #43 from Displayr/DPI-2964-use-nix-ci
DPI-2964: use nix CI
2 parents c9bdbac + 7ee864c commit 893f0ad

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Build rhtmlSankeyTree
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
7+
jobs:
8+
build:
9+
name: Build rhtmlSankeyTree
10+
permissions:
11+
checks: write
12+
contents: read
13+
uses: Displayr/nixr-public/.github/workflows/build-flake-installable.yaml@master
14+
with:
15+
installable-path: pkgs.x86_64-linux.rPackages.rhtmlSankeyTree
16+
build-args: --override-input rhtmlSankeyTree .
17+
installable-name: rhtmlSankeyTree
18+
secrets: inherit

package.nix

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)