nix: add stash & slight packages
Some checks are pending
Build / Find uncached packages (push) Waiting to run
Build / build-uncached (push) Blocked by required conditions
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (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 / nix (push) Waiting to run

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964a40c9fbcbff6c0d28d1c708f2c2365ce
This commit is contained in:
raf 2025-10-14 08:54:36 +03:00
commit fd834d9338
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 12 additions and 0 deletions

BIN
flake.lock generated

Binary file not shown.

View file

@ -61,6 +61,8 @@
"tailray"
"nh"
"gh-notify"
"stash"
"slight"
# 3rd party packages
"wiremix"
@ -186,6 +188,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stash = {
url = "github:notashelf/stash";
inputs.nixpkgs.follows = "nixpkgs";
};
slight = {
url = "github:notashelf/slight";
inputs.nixpkgs.follows = "nixpkgs";
};
# 3rd party flakes that I want to extract packages from
wiremix = {
url = "github:tsowell/wiremix";