aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/nix-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nix-ci.yml')
-rw-r--r--.github/workflows/nix-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml
new file mode 100644
index 00000000..fccd4d09
--- /dev/null
+++ b/.github/workflows/nix-ci.yml
@@ -0,0 +1,13 @@
+name: Nix
+
+on: [push, pull_request, workflow_dispatch]
+
+jobs:
+ wlroots:
+ uses: ./.github/workflows/nix-update-wlroots.yml
+ secrets: inherit
+
+ build:
+ needs: wlroots
+ uses: ./.github/workflows/nix-build.yml
+ secrets: inherit