From e8611fd55dac07401ff2a117b6f2d3051454e8f5 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 24 Oct 2024 22:06:25 +0300 Subject: [PATCH] try to fix --- sp-modules/nextcloud/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-modules/nextcloud/module.nix b/sp-modules/nextcloud/module.nix index b9b1239..1f1bdec 100644 --- a/sp-modules/nextcloud/module.nix +++ b/sp-modules/nextcloud/module.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, nixpkgs-old, ... }: +{ config, lib, pkgs, ... }: let oldPkgs = import nixpkgs-old { system = "x86_64-linux"; # Same architecture as above