From 4b1eff9221131c28b5c98535dcd2a0f982c6cd6c Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 19 May 2024 23:46:32 +0200 Subject: [PATCH] Forgot to add this to the flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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";