From 9c22f23bc001b6d00ca11d3b315ab28a239f62e0 Mon Sep 17 00:00:00 2001 From: foxora Date: Fri, 13 Mar 2026 23:19:37 +0000 Subject: [PATCH] realised that rustfmt nightly is in nixpkgs already lol :3 --- flake.nix | 5 ----- homes/modules/programs/neovim/nixcats.nix | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index c8d8688..3de00a2 100644 --- a/flake.nix +++ b/flake.nix @@ -85,11 +85,6 @@ }; }; - fenix = { - url = "github:nix-community/fenix"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; - # temp theme until i bother creating my own