From 9a1e667dddcbd72b81d635e5227faed0ff11766e Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 11 Aug 2021 05:22:19 -0400 Subject: [PATCH] DELETEME Get hydra started with the mingw fix --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index c76a262e08..d20da84b7d 100644 --- a/flake.lock +++ b/flake.lock @@ -212,16 +212,16 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1628608594, - "narHash": "sha256-jPCfGMFkpZcr1nD7kKJVUgZqrO/zqrrzgvBc0OlxT1U=", - "owner": "NixOS", + "lastModified": 1628683993, + "narHash": "sha256-hxzG+swUk1cfj7qoScwYFxMy1XYW2SWJkZf9cIzUDEI=", + "owner": "shlevy", "repo": "nixpkgs", - "rev": "6df7b8f398525a2120906a70caff7931125b7c40", + "rev": "5f073a669da7f0147373799e1cf43a6943972991", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "shlevy", + "ref": "mingw-no-fortify", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index c418a8ee4f..b82908f06a 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs-2003 = { url = "github:NixOS/nixpkgs/nixpkgs-20.03-darwin"; }; nixpkgs-2009 = { url = "github:NixOS/nixpkgs/nixpkgs-20.09-darwin"; }; nixpkgs-2105 = { url = "github:NixOS/nixpkgs/nixpkgs-21.05-darwin"; }; - nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable"; }; + nixpkgs-unstable = { url = "github:shlevy/nixpkgs/mingw-no-fortify"; }; flake-utils = { url = "github:numtide/flake-utils"; }; hackage = { url = "github:input-output-hk/hackage.nix";