rename flake inputs nixpkgs-stable to nixpkgs_25-05

This commit is contained in:
Henri Dohmen 2025-12-29 13:24:04 +01:00
parent 3214104811
commit bafe0b7aa2
Signed by: hd
GPG key ID: AB79213B044674AE
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
pkgs,
pkgs-stable,
pkgs_25-05,
config,
secrets,
...
@ -18,7 +18,7 @@
services.firefox-syncserver = {
enable = true;
package = pkgs-stable.syncstorage-rs;
package = pkgs_25-05.syncstorage-rs;
secrets = config.age.secrets.roam-firefox-sync-secret.path;
singleNode = {
enable = true;