From 2e71eace9c283415b554ef40d7fd2bc18b047d2b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 24 Oct 2019 22:53:03 +0200 Subject: Pull in GNvim from unstable --- home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 38d7aaa..980550e 100644 --- a/home.nix +++ b/home.nix @@ -1,7 +1,8 @@ { config, pkgs, ... }: { - custom.pkgs = import { }; + custom.pkgs = import ~/projects/dev/pkgs/default.nix { }; + custom.nixpkgs-unstable = import { }; imports = [ # define options custom to this config -- cgit v1.2.3