From 4abe538715e30c666643115916b2431a0999a4c8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 7 Jan 2018 18:57:40 +0100 Subject: base: Install nix-index to help find packages --- modules/base.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/base.nix') diff --git a/modules/base.nix b/modules/base.nix index ee59c61..9e94a5a 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -2,6 +2,10 @@ { boot.loader.timeout = 1; + environment.systemPackages = with pkgs; [ + nix-index + ]; + networking.extraHosts = '' 127.0.0.1 ${config.networking.hostName} ::1 ${config.networking.hostName} -- cgit 1.4.1