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
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
if: github.repository == 'notashelf/nyxexprs'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- alejandra-no-ads
|
- alejandra-custom
|
||||||
- ani-cli
|
- ani-cli
|
||||||
- cloneit
|
- cloneit
|
||||||
- foot-transparent
|
- foot-transparent
|
||||||
- mov-cli
|
|
||||||
- rat
|
|
||||||
- rofi-calc-wayland
|
|
||||||
- rofi-emoji-wayland
|
|
||||||
- headscale-ui
|
- headscale-ui
|
||||||
- mastodon-bird-ui
|
- mastodon-bird-ui
|
||||||
|
|
||||||
|
|
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
command:
|
command:
|
||||||
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
|
- 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
|
uses: ./.github/workflows/nix.yml
|
||||||
with:
|
with:
|
||||||
|
|
7
.github/workflows/nix.yml
vendored
7
.github/workflows/nix.yml
vendored
|
@ -15,8 +15,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: Install Lix
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
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
|
- uses: cachix/cachix-action@v15
|
||||||
with:
|
with:
|
||||||
name: nyx
|
name: nyx
|
||||||
|
|
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
if: github.repository == 'notashelf/nyxpkgs'
|
if: github.repository == 'notashelf/nyxexprs'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/update-pkgs.yml
vendored
2
.github/workflows/update-pkgs.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
if: github.repository == 'notashelf/nyxpkgs'
|
if: github.repository == 'notashelf/nyxexprs'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in a new issue