summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 0 insertions, 15 deletions
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