fix: update README

This commit is contained in:
nhnn
2025-06-18 20:30:59 +03:00
parent a464d574e0
commit 58e0a6f611

View File

@@ -57,7 +57,7 @@ Overriding is more powerful (for non-nested flakes) as it allows to change a fla
Example:
```console
$ nix flake lock --override-input nixpkgs 'github:nixos/nixpkgs?ref=nixos-24.11'
$ nix flake lock --override-input nixpkgs 'github:nixos/nixpkgs?ref=nixos-25.05'
$ nix flake lock --override-input selfprivacy-api 'git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=flakes'
```