flake update: nixpkgs 2023-04-12 -> 2023-04-13

```
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/cab3b7f3356fa82bfab449fa1bb7b54092dc8e17' (2023-04-12)
  → 'github:nixos/nixpkgs/915c0fab841cc88045e00778b8e7fbdbdbd7d1aa' (2023-04-13)
```
This commit is contained in:
Colin 2023-04-13 22:30:52 +00:00
parent d76591349e
commit 2373d28eb8
2 changed files with 4 additions and 3 deletions

View File

@ -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": {

View File

@ -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";