From 3d313eb73640dc2782688f511dab7a70c7df20d0 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Mon, 18 May 2020 11:16:53 +0100 Subject: recommend pulling latest repo from Github in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 314ab0f..5fd6247 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ $ cat /etc/nixos/configuration.nix { config, pkgs, ... }: let - ethNix = import /home/eth/src/nix; + ethNixLocal = import /home/eth/src/nix; + ethNix = import ( builtins.fetchGit { url = "https://github.com/ethulhu/nix"; } ); { imports = [ ./hardware-configuration.nix -- cgit v1.2.3