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