From 3d1c366d72593ca171445e3da337f4c5dfa7f47d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 18 Feb 2020 11:42:34 +0100 Subject: Use stable neovim It is no longer necessary to pull it in from unstable. --- configuration.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 206252f..62cb1ae 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: -{ +let + mypkgs = import { }; + +in { system.stateVersion = "18.09"; imports = [ @@ -39,11 +42,7 @@ }; environment = { - systemPackages = let - # use latest nvim - nixpkgs-unstable = import { }; - mypkgs = import { pkgs = nixpkgs-unstable; }; - in [ + systemPackages = [ pkgs.psmisc pkgs.htop pkgs.git -- cgit v1.2.3