From 221ed043bbdde0db1958b79c3cb7fadc84d1b936 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 20 May 2024 13:22:57 +0200 Subject: [PATCH] This wasn't supposed to be deleted... --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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";