mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 21:31:03 +00:00
ci: fix repository names in name checks
This commit is contained in:
parent
a8cbc2462e
commit
0e360fa999
5 changed files with 11 additions and 10 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -8,18 +8,16 @@ on:
|
|||
required: false
|
||||
|
||||
jobs:
|
||||
if: github.repository == 'notashelf/nyxexprs'
|
||||
runs-on: ubuntu-latest
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
package:
|
||||
- alejandra-no-ads
|
||||
- alejandra-custom
|
||||
- ani-cli
|
||||
- cloneit
|
||||
- foot-transparent
|
||||
- mov-cli
|
||||
- rat
|
||||
- rofi-calc-wayland
|
||||
- rofi-emoji-wayland
|
||||
- headscale-ui
|
||||
- mastodon-bird-ui
|
||||
|
||||
|
|
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
matrix:
|
||||
command:
|
||||
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
|
||||
- nix run nixpkgs#alejandra -- -c . -e ./npins
|
||||
- nix run .#alejandra-custom -- -c . -e ./npins
|
||||
|
||||
uses: ./.github/workflows/nix.yml
|
||||
with:
|
||||
|
|
7
.github/workflows/nix.yml
vendored
7
.github/workflows/nix.yml
vendored
|
@ -15,8 +15,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: Install Lix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
|
||||
logger: pretty
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: nyx
|
||||
|
|
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update:
|
||||
if: github.repository == 'notashelf/nyxpkgs'
|
||||
if: github.repository == 'notashelf/nyxexprs'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
|
2
.github/workflows/update-pkgs.yml
vendored
2
.github/workflows/update-pkgs.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update:
|
||||
if: github.repository == 'notashelf/nyxpkgs'
|
||||
if: github.repository == 'notashelf/nyxexprs'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue