From c7c6cc46201ea63edda66c6f69a95a280ad75b9b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 23 Dec 2023 20:33:02 +0800 Subject: [PATCH] profiles/dev: revert to default package --- modules/nixos/profiles/dev.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index 9ad6e171..c83871d6 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -189,9 +189,6 @@ in { defaultEditor = true; withNodeJs = true; withRuby = true; - - # I want the BLEEDING EDGE! - package = pkgs.neovim-nightly; }; environment.systemPackages = with pkgs; [