about summary refs log tree commit diff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/linux.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/linux.nix b/packages/linux.nix
deleted file mode 100644
index 0f6e9ec..0000000
--- a/packages/linux.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ self, neovim, ... } @ inputs:
-
-{
-  "neovim" = neovim.packages.x86_64-linux.neovim;
-}