mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2026-05-16 04:04:08 +00:00
nix: add eh and microfetch to re-exposed packages
Some checks failed
build.yml / nix: add eh and microfetch to re-exposed packages (push) Failing after 0s
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix flake check --accept-flake-config) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions
nix.yml / nix: add eh and microfetch to re-exposed packages (push) Failing after 0s
Some checks failed
build.yml / nix: add eh and microfetch to re-exposed packages (push) Failing after 0s
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix flake check --accept-flake-config) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions
nix.yml / nix: add eh and microfetch to re-exposed packages (push) Failing after 0s
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I73f70b873ff161cf0285f7fb76dcf30f6a6a6964
This commit is contained in:
parent
b9b30580fc
commit
75ee821e4b
2 changed files with 7 additions and 0 deletions
|
|
@ -64,6 +64,8 @@
|
|||
"stash"
|
||||
"slight"
|
||||
"tuigreet"
|
||||
"eh"
|
||||
"microfetch"
|
||||
|
||||
# 3rd party packages
|
||||
"wiremix"
|
||||
|
|
@ -213,6 +215,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
eh = {
|
||||
url = "github:notashelf/eh";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# 3rd party flakes that I want to extract packages from
|
||||
wiremix = {
|
||||
url = "github:tsowell/wiremix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue