From 16d85f48a4c298d7a833b2ccf8b276c5b74c2ee4 Mon Sep 17 00:00:00 2001 From: Jack Hodgkinson <30505104+jhodgdev@users.noreply.github.com> Date: Thu, 10 Feb 2022 09:04:27 +0000 Subject: [PATCH] reset flake .nix --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index b014ef0..38aa550 100644 --- a/flake.lock +++ b/flake.lock @@ -772,7 +772,7 @@ "nix-tools": "nix-tools", "nixpkgs": [ "haskell-nix", - "nixpkgs-unstable" + "nixpkgs-2105" ], "nixpkgs-2003": "nixpkgs-2003", "nixpkgs-2009": "nixpkgs-2009", diff --git a/flake.nix b/flake.nix index 0f7d353..6b9f7a5 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs.haskell-nix.url = "github:input-output-hk/haskell.nix?rev=4aeeba8d713d0b98c92c8c717df24da17d463c1d"; inputs.nixpkgs.follows = "haskell-nix/nixpkgs-unstable"; - inputs.haskell-nix.inputs.nixpkgs.follows = "haskell-nix/nixpkgs-unstable"; + inputs.haskell-nix.inputs.nixpkgs.follows = "haskell-nix/nixpkgs-2105"; inputs.plutus.url = "github:input-output-hk/plutus?rev=65bad0fd53e432974c3c203b1b1999161b6c2dce";