From 9154013843734e88d64f635abdd027d08b510ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Sun, 13 Oct 2024 12:59:35 +0200 Subject: [PATCH] Remove cachix config because i don't know how it works --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flake.nix b/flake.nix index c41f820..1d00d1c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,16 +1,6 @@ { description = "A simple system flake using some Aux defaults"; - nixConfig = { - extra-substituters = [ - "https://nix-community.cachix.org" - ]; - extra-trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - }; - - inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; home-manager = {