overlays: add recipemd

Remove unused overlays
This commit is contained in:
Tim Schubert 2024-01-01 17:20:58 +01:00
parent 31b1843677
commit 71629c7966
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
7 changed files with 77 additions and 104 deletions

View file

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