chore: Update nixpkgs

This commit is contained in:
Inex Code
2024-08-12 21:39:02 +03:00
parent 7247574c91
commit 84b356543e
2 changed files with 4 additions and 4 deletions

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-23.11
$ nix flake lock --override-input nixpkgs github:nixos/nixpkgs?ref=nixos-24.05
$ nix flake lock --override-input selfprivacy-api git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=flakes
```