From 25c6cde8d53fc0cb7b8eb45974fe6d7e13239b66 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Fri, 17 Mar 2023 12:42:55 +1300 Subject: [PATCH] Update flake-utils so cross compile works runs CI --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index c9ee772689..486312777c 100644 --- a/flake.lock +++ b/flake.lock @@ -187,15 +187,16 @@ }, "flake-utils": { "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", + "lastModified": 1679009484, + "narHash": "sha256-DK/NWnmuhpPZ19pl+c3tfutDpXo6pMD2/zIIbk8Xpws=", + "owner": "hamishmack", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "8a0234caf748d84b75c4db0f9c6a2423e8fe4ea8", "type": "github" }, "original": { - "owner": "numtide", + "owner": "hamishmack", + "ref": "hkm/nested-hydraJobs", "repo": "flake-utils", "type": "github" } diff --git a/flake.nix b/flake.nix index f6df9ee847..7c8a5c8429 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ nixpkgs-2211 = { url = "github:NixOS/nixpkgs/nixpkgs-22.11-darwin"; }; nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable"; }; flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix"; flake = false; }; - flake-utils = { url = "github:numtide/flake-utils"; }; + flake-utils = { url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs"; }; tullia = { url = "github:input-output-hk/tullia"; inputs.nixpkgs.follows = "nixpkgs";