From 1f4af81a4fe0b933ddfae4f9a47ef628ab08e414 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 29 Oct 2024 08:11:50 -0300 Subject: fix org mode, remove from-elisp as it's not needed anymore --- flake.nix | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fe0596a..9d72f5b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,17 +1,5 @@ { description = "My personal devices' flake modules"; - - nixConfig = { - extra-substituters = [ - "https://nix-community.cachix.org" - "s3://mr-nixcache-icenyeamyubu?profile=mixrank" - ]; - extra-trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "mr-nixcache-icenyeamyubu:q2ulb+bD5NCbp9nvvHod39/1qNqnYX0ACb8eQckb7pI=" - ]; - }; - inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixos-hardware.url = "github:NixOS/nixos-hardware"; @@ -25,10 +13,6 @@ url = "github:nix-community/emacs-overlay"; inputs.nixpkgs.follows = "nixpkgs"; }; - from-elisp = { - url = "github:o-santi/from-elisp"; - flake = false; - }; firefox-gnome-theme = { url = "github:rafaelmardojai/firefox-gnome-theme"; flake = false; -- cgit v1.2.3