mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2026-05-16 12:14:02 +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
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
|
|
@ -64,6 +64,8 @@
|
||||||
"stash"
|
"stash"
|
||||||
"slight"
|
"slight"
|
||||||
"tuigreet"
|
"tuigreet"
|
||||||
|
"eh"
|
||||||
|
"microfetch"
|
||||||
|
|
||||||
# 3rd party packages
|
# 3rd party packages
|
||||||
"wiremix"
|
"wiremix"
|
||||||
|
|
@ -213,6 +215,11 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eh = {
|
||||||
|
url = "github:notashelf/eh";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# 3rd party flakes that I want to extract packages from
|
# 3rd party flakes that I want to extract packages from
|
||||||
wiremix = {
|
wiremix = {
|
||||||
url = "github:tsowell/wiremix";
|
url = "github:tsowell/wiremix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue