Update bcachefs tools

This commit is contained in:
Luj 2023-10-16 16:11:22 +02:00
parent 06b053183c
commit 2f14bfe888

View file

@ -75,6 +75,7 @@ in
nixd = inputs.nixd.packages.${system}.default; nixd = inputs.nixd.packages.${system}.default;
keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { }; keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { };
nix-rfc-92 = inputs.nix-rfc-92.packages.${system}.default; nix-rfc-92 = inputs.nix-rfc-92.packages.${system}.default;
bcachefs-tools = prev.unstable.bcachefs-tools;
}) })
]; ];
} }