reset flake .nix

This commit is contained in:
Jack Hodgkinson 2022-02-10 09:04:27 +00:00
parent 5b32561143
commit 16d85f48a4
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -772,7 +772,7 @@
"nix-tools": "nix-tools",
"nixpkgs": [
"haskell-nix",
"nixpkgs-unstable"
"nixpkgs-2105"
],
"nixpkgs-2003": "nixpkgs-2003",
"nixpkgs-2009": "nixpkgs-2009",

View file

@ -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";