FIXME: temp disable workflows
This commit is contained in:
parent
0cfc97972f
commit
532ffe1681
5 changed files with 0 additions and 0 deletions
21
.github/workflows/nix-build.yaml
vendored
21
.github/workflows/nix-build.yaml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
name: Build Hyprland (Nix)
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
nix:
|
||||
name: "Build Hyprland (Nix)"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.8.0/install
|
||||
extra_nix_config: |
|
||||
auto-optimise-store = true
|
||||
experimental-features = nix-command flakes
|
||||
- name: Build HyprLand with default settings
|
||||
run: nix build --print-build-logs
|
||||
Loading…
Add table
Add a link
Reference in a new issue