summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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