From b273dc704ad3d4eb43a0ab0928bb9e353ffb1fe2 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Thu, 27 May 2021 13:20:52 -0400 Subject: [PATCH] Update install.sh --- nixpkgs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpkgs/install.sh b/nixpkgs/install.sh index df7242c..441fcdd 100755 --- a/nixpkgs/install.sh +++ b/nixpkgs/install.sh @@ -1,4 +1,4 @@ -# Where first arg is directory under machines, can be one of macos, fedora, nixos +# Where first arg is directory under machines mkdir -p $HOME/.config ln -s $(pwd) $HOME/.config/nixpkgs ln -s $(pwd)/machines/$1/home.nix $HOME/.config/nixpkgs/home.nix