From ac0fceecaa722beddb647b908efdc7b36db99e98 Mon Sep 17 00:00:00 2001 From: Romel Benavides Date: Sun, 28 Jul 2024 23:28:56 -0500 Subject: [PATCH] removed fenix, unneeded --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 840a53b..10248fc 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,6 @@ inputs = { determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*"; - fenix { url = "https://flakehub.com/f/nix-community/fenix/0.1.*"; inputs.nixpkgs.follows = "nixpkgs"; }; fh = { url = "https://flakehub.com/f/DeterminateSystems/fh/*"; inputs.nixpkgs.follows = "nixpkgs"; }; flake-checker = { url = "https://flakehub.com/f/DeterminateSystems/flake-checker/*"; inputs.nixpkgs.follows = "nixpkgs"; }; flake-schemas.url = "https://flakehub.com/f/DeterminateSystems/flake-schemas/0.1.*";