Remove eza and jujutsu inputs
This commit is contained in:
parent
3ffb8ac916
commit
7c9ffc4f2f
7 changed files with 4 additions and 245 deletions
14
flake.nix
14
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue