Remove eza and jujutsu inputs

This commit is contained in:
Tim Schubert 2023-12-24 12:25:17 +01:00
parent 3ffb8ac916
commit 7c9ffc4f2f
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
7 changed files with 4 additions and 245 deletions

View file

@ -47,20 +47,6 @@
url = "github:nix-community/naersk";
inputs.nixpkgs.follows = "nixpkgs";
};
eza = {
url = "github:eza-community/eza";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.rust-overlay.follows = "rust-overlay";
inputs.naersk.follows = "naersk";
inputs.treefmt-nix.follows = "treefmt-nix";
};
jujutsu = {
url = "github:martinvonz/jj";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.rust-overlay.follows = "rust-overlay";
};
systems.url = "github:nix-systems/default";
treefmt-nix = {
url = "github:numtide/treefmt-nix";