mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
chore: update
This commit is contained in:
parent
26815c337f
commit
6c6f264768
19 changed files with 187 additions and 103 deletions
|
|
@ -73,21 +73,28 @@
|
|||
spdx-gen = {
|
||||
url = "github:ryanccn/spdx-gen";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.ferrix.follows = "ferrix";
|
||||
};
|
||||
|
||||
moldau = {
|
||||
url = "github:ryanccn/moldau";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.ferrix.follows = "ferrix";
|
||||
};
|
||||
|
||||
arkencrab = {
|
||||
url = "github:ryanccn/arkencrab";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.ferrix.follows = "ferrix";
|
||||
};
|
||||
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
ferrix = {
|
||||
url = "github:ryanccn/ferrix";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue