mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-16 13:39:33 +00:00
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
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:
parent
3d323c6256
commit
fd834d9338
2 changed files with 12 additions and 0 deletions
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
12
flake.nix
12
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue