about summary refs log tree commit diff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/default.nix b/packages/default.nix
index 5411894..0f6e9ec 100644
--- a/packages/default.nix
+++ b/packages/default.nix
@@ -1,7 +1,5 @@
 { self, neovim, ... } @ inputs:
-let
-  pkgs = inputs.unstable-small.legacyPackages.x86_64-linux;
-in
+
 {
   "neovim" = neovim.packages.x86_64-linux.neovim;
 }