Changed seafile server to stable to prevent breakage.
This commit is contained in:
parent
418024dcc3
commit
6afe9358ae
3 changed files with 57 additions and 66 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue