From d27f8fb0704add84c765113b03ca1f2b73212856 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 3 Mar 2019 20:43:00 +0100 Subject: Use channel to get mypkgs --- configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index f501add..920bf70 100644 --- a/configuration.nix +++ b/configuration.nix @@ -39,14 +39,16 @@ environment = { systemPackages = let - mypkgs = import (fetchTarball "https://pkgs.kummerlaender.eu/nixexprs.tar.gz") { }; + # use latest nvim + nixpkgs-unstable = import { }; + mypkgs = import { pkgs = nixpkgs-unstable; }; in [ pkgs.psmisc pkgs.htop pkgs.git pkgs.silver-searcher pkgs.renameutils - mypkgs.custom-vim + mypkgs.custom-neovim ]; variables = { -- cgit v1.2.3