summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-06-06 08:47:38 -0600
committermo khan <mo@mokhan.ca>2022-06-06 08:47:38 -0600
commit898e12d4454396c080d9d702fafd88c934bc2317 (patch)
tree8e8aa7e488a258e43a91c7fd35378a8a2a2ad984
parent61207a00695dd7a6858f0323fcb468c07cea8d69 (diff)
docs: add example of how to update gatekeeper in infra
-rw-r--r--learn/nix/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/learn/nix/README.md b/learn/nix/README.md
index bcffd27..7a4e1e8 100644
--- a/learn/nix/README.md
+++ b/learn/nix/README.md
@@ -76,3 +76,10 @@ $ jive cd zerocmd/infrastructure
$ nix develop
$ nix build nixos-tests/gatekeeper.nix
```
+
+Updating the version of gatekeeper to use:
+
+```bash
+$ nix develop
+$ nix flake lock --update-input gatekeeperFlake
+```