From c1234a48cb1f2ec048207bab160ecfed6243342d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 9 Apr 2022 11:45:55 -0400 Subject: [PATCH] Advance nixpkgs to restore m1 mac support --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 640a042..f79b151 100644 --- a/flake.lock +++ b/flake.lock @@ -70,17 +70,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1649225869, - "narHash": "sha256-u1zLtPmQzhT9mNXyM8Ey9pk7orDrIKdwooeGDEXm5xM=", + "lastModified": 1649456639, + "narHash": "sha256-rZCjaEAZgOtT9kYTBigksof64SqKAXOuoHhlzHvfl0E=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b6966d911da89e5a7301aaef8b4f0a44c77e103c", + "rev": "c48167590e3258daac6ab12a41bc2b7341e9b2ec", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "b6966d911da89e5a7301aaef8b4f0a44c77e103c", + "rev": "c48167590e3258daac6ab12a41bc2b7341e9b2ec", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 321c19a..bafd9bc 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,8 @@ { description = "haskell-template's description"; inputs = { - # To find a suitable nixpkgs hash with cache, pick one from https://status.nixos.org/ - nixpkgs.url = "github:nixos/nixpkgs/b6966d911da89e5a7301aaef8b4f0a44c77e103c"; + # To find a suitable nixpkgs hash, pick one from https://status.nixos.org/ (these are cached) + nixpkgs.url = "github:nixos/nixpkgs/c48167590e3258daac6ab12a41bc2b7341e9b2ec"; flake-utils.url = "github:numtide/flake-utils"; flake-utils.inputs.nixpkgs.follows = "nixpkgs"; flake-compat.url = "github:edolstra/flake-compat";