update to nextcloud 30

This commit is contained in:
Jonas Heinrich 2024-09-17 13:22:04 +00:00
parent a8b25a4cc8
commit 61ec48c576
2 changed files with 11 additions and 8 deletions

View file

@ -4,7 +4,7 @@
inputs = {
# FIXME
#nixpkgs.url = "nixpkgs/nixos-24.05";
nixpkgs.url = "nixpkgs/master";
nixpkgs.url = "github:onny/nixpkgs/nextcloud-update10";
nixos-shell.url = "github:Mic92/nixos-shell";
keycloak-realms.url = "github:rorosen/nixpkgs/keycloak-realm-import";
};
@ -38,8 +38,10 @@
nodejs
nodePackages.rollup
act
psalm
npm-check-updates
licensedigger
reuse
(eslint.overrideAttrs (oldAttrs: rec {
version = "8.57.0";
src = fetchFromGitHub {