summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-10-17 01:22:21 +0200
committerGrigory Shipunov2022-10-17 01:22:21 +0200
commit3a596afaa91c8a9695f14f29b23b3c4d3bc2476b (patch)
tree731eba709eb129a6ccb71e18789aedc6aa7795c2 /flake.nix
parentb113263577ca6eb69fe3a9fa83dc45268d8ecf03 (diff)
cleanup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 0808c26..4124d66 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,12 +20,6 @@
url = github:nix-community/fenix;
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
-
- emacs-overlay = {
- url = github:nix-community/emacs-overlay;
- inputs.nixpkgs.follows = "nixpkgs-unstable";
- inputs.flake-utils.follows = "flake-utils";
- };
};
outputs =
@@ -33,7 +27,6 @@
, nixpkgs
, nixpkgs-unstable
, flake-utils
- , emacs-overlay
, sops-nix
, microvm
, fenix