diff --git a/flake.nix b/flake.nix index db564ca..3d77850 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";