feat: Migrate to NixOS 24.11

This commit is contained in:
Inex Code
2025-05-02 15:27:05 +03:00
committed by nhnn
parent 23f93f84d8
commit 63a0d84701
3 changed files with 14 additions and 30 deletions

View File

@@ -57,8 +57,8 @@ 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.05
$ nix flake lock --override-input selfprivacy-api git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=flakes
$ nix flake lock --override-input nixpkgs 'github:nixos/nixpkgs?ref=nixos-24.11'
$ nix flake lock --override-input selfprivacy-api 'git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=flakes'
```
Similarly to update mechanism (described above), depending on the "precision" of an URL, its update scope varies accordingly.