diff --git a/flake.nix b/flake.nix index 5e0a94b..3e0a5c1 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,8 @@ disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; + bcachefs-tools.url = "github:koverstreet/bcachefs-tools"; + # Nixos generators for creating ISOs nixos-generators = { url = "github:nix-community/nixos-generators";