From 846e9e536db9286950120caf2fcd3f02a5b04b9d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 25 Oct 2022 21:40:50 +0200 Subject: no follows for emacs overlay, so bincache works --- flake.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4124d66..707d876 100644 --- a/flake.nix +++ b/flake.nix @@ -20,16 +20,19 @@ url = github:nix-community/fenix; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + + emacs-overlay.url = github:nix-community/emacs-overlay; }; outputs = inputs@{ self + , emacs-overlay + , fenix + , flake-utils + , microvm , nixpkgs , nixpkgs-unstable - , flake-utils , sops-nix - , microvm - , fenix , ... }: @@ -57,6 +60,7 @@ ./modules/basic-tools.nix ./modules/binary-caches.nix ./modules/devtools.nix + ./modules/emacs.nix ./modules/gnupg.nix ./modules/graphical.nix ./modules/hw-accel-intel.nix -- cgit v1.3.1