From 3cac203b34ed7f080ae9a19a63201292bf1060f4 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 19 Oct 2024 20:36:26 +0200 Subject: [PATCH] Wait what was that last commit? Strange, this is the uncommenting of using the main brainch of conduwuit --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index ad54e13..95a8488 100644 --- a/flake.nix +++ b/flake.nix @@ -34,10 +34,10 @@ catppuccin.url = "github:catppuccin/nix"; # Conduit fork without all the fuss and drama - # conduwuit = { - # url = "github:girlbossceo/conduwuit"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; + conduwuit = { + url = "github:girlbossceo/conduwuit"; + inputs.nixpkgs.follows = "nixpkgs"; + }; # Nix index database files nix-index-database.url = "github:nix-community/nix-index-database";