remove bcachefs from the inputs
This commit is contained in:
parent
c330e249b3
commit
4c3810dccf
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -13,11 +13,11 @@
|
|||
disko.url = "github:nix-community/disko";
|
||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
bcachefs-tools = {
|
||||
url = "github:koverstreet/bcachefs-tools";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
# bcachefs-tools = {
|
||||
# url = "github:koverstreet/bcachefs-tools";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# inputs.flake-parts.follows = "flake-parts";
|
||||
# };
|
||||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts"; # Flake parts for easy flake management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue