From 2373d28eb8ff7cd7aa0685a4ff4c853287524b79 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 13 Apr 2023 22:30:52 +0000 Subject: [PATCH] flake update: nixpkgs 2023-04-12 -> 2023-04-13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` • Updated input 'nixpkgs-unpatched': 'github:nixos/nixpkgs/cab3b7f3356fa82bfab449fa1bb7b54092dc8e17' (2023-04-12) → 'github:nixos/nixpkgs/915c0fab841cc88045e00778b8e7fbdbdbd7d1aa' (2023-04-13) ``` --- flake.lock | 6 +++--- hosts/common/cross/default.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index db0ffe30..175d3f6a 100644 --- a/flake.lock +++ b/flake.lock @@ -82,11 +82,11 @@ }, "nixpkgs-unpatched": { "locked": { - "lastModified": 1681322481, - "narHash": "sha256-ny0d1KvMuagYdyM2LryZXF4yP+LY7gNXk9BDGPOqPIw=", + "lastModified": 1681365682, + "narHash": "sha256-hboxfU6YYRBZ6BRnBayIZA2VrdWKpAgeBhplQkBJ3rc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "cab3b7f3356fa82bfab449fa1bb7b54092dc8e17", + "rev": "915c0fab841cc88045e00778b8e7fbdbdbd7d1aa", "type": "github" }, "original": { diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index c518e2a3..8759ef44 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -272,6 +272,7 @@ in nixpkgs.config.perlPackageOverrides = pkgs: (with pkgs; with pkgs.perlPackages; { # these are the upstream nixpkgs perl modules, but with `nativeBuildInputs = [ perl ]` # to fix cross compilation errors + # TODO: try this PR: https://github.com/NixOS/nixpkgs/pull/225640 ModuleBuild = buildPerlPackage { pname = "Module-Build"; version = "0.4231";