remove bcachefs from the inputs

This commit is contained in:
Lillian Violet 2025-06-05 16:33:35 +02:00
parent c330e249b3
commit 4c3810dccf

View file

@ -13,11 +13,11 @@
disko.url = "github:nix-community/disko"; disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs"; disko.inputs.nixpkgs.follows = "nixpkgs";
bcachefs-tools = { # bcachefs-tools = {
url = "github:koverstreet/bcachefs-tools"; # url = "github:koverstreet/bcachefs-tools";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts"; # inputs.flake-parts.follows = "flake-parts";
}; # };
flake-parts = { flake-parts = {
url = "github:hercules-ci/flake-parts"; # Flake parts for easy flake management url = "github:hercules-ci/flake-parts"; # Flake parts for easy flake management