update to nextcloud 30
This commit is contained in:
parent
a8b25a4cc8
commit
61ec48c576
2 changed files with 11 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue