Changed seafile server to stable to prevent breakage.

This commit is contained in:
Jurn Wubben 2025-06-29 14:12:14 +02:00
parent 418024dcc3
commit 6afe9358ae
3 changed files with 57 additions and 66 deletions

View file

@ -40,7 +40,8 @@
inputs = {
# Nixpkgs and other core shit
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # build error unrelated to config.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05"; # seafile error
nixpkgs-torzu.url = "github:nixos/nixpkgs/d9afddcd04bc716d1fee5141f8696a131f76442c"; # Commit before packacge removed.
flake-parts.url = "github:hercules-ci/flake-parts";
git-hooks-nix = {