From f438f0e6df91d2fc5de74701d2c1e249b70349e1 Mon Sep 17 00:00:00 2001 From: Utku Demir Date: Sat, 10 Dec 2022 11:41:17 +0300 Subject: [PATCH] Add a FIXME on 'haskell-updates' use --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d74c125..8e3388a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/haskell-updates"; + nixpkgs.url = "github:nixos/nixpkgs/haskell-updates"; # FIXME: Use nixpkgs-unstable when this branch lands (See PR: 47) flake-utils.url = "github:numtide/flake-utils/master"; flake-compat = { url = "github:edolstra/flake-compat/master";