From 9d3531ec27ca41aff931dde8a5d84615bb6ca43b Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 19 Jun 2023 19:29:51 +0200 Subject: remove dead code --- flake.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0be64f7..6fb7c5f 100644 --- a/flake.nix +++ b/flake.nix @@ -36,29 +36,14 @@ flake-utils.follows = "flake-utils"; }; }; - - emacs-overlay = { - url = "github:nix-community/emacs-overlay"; - inputs = { - nixpkgs.follows = "nixpkgs-unstable"; - flake-utils.follows = "flake-utils"; - }; - }; - - nixd = { - url = "github:nix-community/nixd"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; }; outputs = inputs@{ self - , emacs-overlay , fenix , flake-utils , lanzaboote , microvm - , nixd , nixpkgs , nixpkgs-unstable , sops-nix -- cgit v1.3.1