From 9c5312d0ceef78db0784f49c0fed606c99cf77e1 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 4 Aug 2023 15:45:47 -0500 Subject: [PATCH] fix flake input update instructions --- .example_work_profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.example_work_profile/README.md b/.example_work_profile/README.md index 34c7e96..a2a7384 100644 --- a/.example_work_profile/README.md +++ b/.example_work_profile/README.md @@ -7,4 +7,4 @@ This repo demonstrates how I use a private repo to overlay my work-specific conf 2. `cd` into the private repo. 3. Run `home-manager switch --flake .#@` to activate the work profile (and then use the `switch-home` function to (re)activate it in the future). -When the public repo gets updated, I run `nix flake update` to pull in the changes before doing `switch-home` to reapply the config. \ No newline at end of file +When the public `dotfiles` repo gets updated, I run `nix flake lock --update-input dotfiles` to pull in the changes before doing `switch-home` to reapply the config. \ No newline at end of file