about summary refs log tree commit diff
path: root/home/profiles/base-darwin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r--home/profiles/base-darwin/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index 13546b7..332bb2b 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -1,8 +1,6 @@
 { config, lib, inputs, pkgs, self, ... }:
 let
   cfg = config.profiles.base-darwin;
-
-  inherit (self.packages.aarch64-darwin) neovim;
 in
 {
   imports = [