We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0e60f commit cd077e0Copy full SHA for cd077e0
.github/workflows/build-r-package.yaml
@@ -0,0 +1,18 @@
1
+name: Build flipTables
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
7
+jobs:
8
+ build:
9
+ name: Build flipTables
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.flipTables
16
+ build-args: --override-input flipTables .
17
+ installable-name: flipTables
18
+ secrets: inherit
package.nix
0 commit comments