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

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I73f70b873ff161cf0285f7fb76dcf30f6a6a6964
This commit is contained in:
raf 2026-05-09 20:29:06 +03:00
commit 75ee821e4b
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 7 additions and 0 deletions

BIN
flake.lock generated

Binary file not shown.

View file

@ -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";