overlays: add recipemd
Remove unused overlays
This commit is contained in:
parent
31b1843677
commit
71629c7966
7 changed files with 77 additions and 104 deletions
22
flake.nix
22
flake.nix
|
@ -16,13 +16,8 @@
|
|||
url = "github:dadada/dadada.li";
|
||||
flake = false;
|
||||
};
|
||||
recipemd = {
|
||||
url = "github:dadada/recipemd/nix-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix/0.14.0";
|
||||
url = "github:ryantm/agenix/0.15.0";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
devshell = {
|
||||
|
@ -38,15 +33,6 @@
|
|||
url = "github:NixOS/flake-registry";
|
||||
flake = false;
|
||||
};
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
naersk = {
|
||||
url = "github:nix-community/naersk";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
systems.url = "github:nix-systems/default";
|
||||
treefmt-nix = {
|
||||
url = "github:numtide/treefmt-nix";
|
||||
|
@ -55,10 +41,4 @@
|
|||
};
|
||||
|
||||
outputs = { ... } @ args: import ./outputs.nix args;
|
||||
|
||||
nixConfig = {
|
||||
extra-trusted-public-keys = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
|
||||
extra-substituters = "https://nix-community.cachix.org/";
|
||||
extra-trusted-substituters = "https://nix-community.cachix.org/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue