diff options
author | Emanuel Johnson Godin | 2024-06-08 12:59:51 +0200 |
---|---|---|
committer | GitHub | 2024-06-08 12:59:51 +0200 |
commit | e8189232236e9ac5977dca025d2c9af651092b23 (patch) | |
tree | 12697c3b0bbd751e6ae8c6412c5325668a197fed | |
parent | b3ea6f333f9057b77efd9091119ba67089399ced (diff) |
Link to new official wiki
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ There is a built-in feature to prevent you making changes that might render your ### Overall usage -`deploy-rs` is designed to be used with Nix flakes. There is a Flake-less mode of operation which will automatically be used if your available Nix version does not support flakes, however you will likely want to use a flake anyway, just with `flake-compat` (see [this wiki page](https://nixos.wiki/wiki/Flakes) for usage). +`deploy-rs` is designed to be used with Nix flakes. There is a Flake-less mode of operation which will automatically be used if your available Nix version does not support flakes, however you will likely want to use a flake anyway, just with `flake-compat` (see [this wiki page](https://wiki.nixos.org/wiki/Flakes)) for usage). `deploy-rs` also outputs a `lib` attribute, with tools used to make your definitions simpler and safer, including `deploy-rs.lib.${system}.activate` (see later section "Profile"), and `deploy-rs.lib.${system}.deployChecks` which will let `nix flake check` ensure your deployment is defined correctly. |