Align dependencies
This commit is contained in:
parent
211d810541
commit
fbb27a18c7
3 changed files with 235 additions and 51 deletions
14
flake.nix
14
flake.nix
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.follows = "plutarch/nixpkgs";
|
||||
nixpkgs-latest.url = "github:NixOS/nixpkgs?rev=cf63df0364f67848083ff75bc8ac9b7ca7aa5a01";
|
||||
nixpkgs-latest.url = "github:NixOS/nixpkgs";
|
||||
# temporary fix for nix versions that have the transitive follows bug
|
||||
# see https://github.com/NixOS/nix/issues/6013
|
||||
nixpkgs-2111 = { url = "github:NixOS/nixpkgs/nixpkgs-21.11-darwin"; };
|
||||
nixpkgs-2205 = { url = "github:NixOS/nixpkgs/22.05"; };
|
||||
nixpkgs-2205 = { url = "github:NixOS/nixpkgs/nixos-22.05"; };
|
||||
|
||||
haskell-nix-extra-hackage.follows = "plutarch/haskell-nix-extra-hackage";
|
||||
haskell-nix.follows = "plutarch/haskell-nix";
|
||||
|
|
@ -41,7 +41,6 @@
|
|||
inputs.iohk-nix.follows = "iohk-nix";
|
||||
inputs.haskell-language-server.follows = "haskell-language-server";
|
||||
inputs.plutarch.follows = "plutarch";
|
||||
inputs.liqwid-nix.follows = "liqwid-nix";
|
||||
};
|
||||
liqwid-plutarch-extra = {
|
||||
url = "github:Liqwid-Labs/liqwid-plutarch-extra?ref=main";
|
||||
|
|
@ -58,7 +57,6 @@
|
|||
inputs.plutarch-numeric.follows = "plutarch-numeric";
|
||||
inputs.plutarch-context-builder.follows = "plutarch-context-builder";
|
||||
inputs.ply.follows = "ply";
|
||||
inputs.liqwid-nix.follows = "liqwid-nix";
|
||||
};
|
||||
plutarch-quickcheck = {
|
||||
url = "github:liqwid-labs/plutarch-quickcheck?ref=staging";
|
||||
|
|
@ -70,7 +68,6 @@
|
|||
inputs.iohk-nix.follows = "iohk-nix";
|
||||
inputs.haskell-language-server.follows = "haskell-language-server";
|
||||
inputs.plutarch.follows = "plutarch";
|
||||
inputs.liqwid-nix.follows = "liqwid-nix";
|
||||
};
|
||||
plutarch-context-builder = {
|
||||
url = "github:Liqwid-Labs/plutarch-context-builder?ref=main";
|
||||
|
|
@ -82,7 +79,6 @@
|
|||
inputs.iohk-nix.follows = "iohk-nix";
|
||||
inputs.haskell-language-server.follows = "haskell-language-server";
|
||||
inputs.plutarch.follows = "plutarch";
|
||||
inputs.liqwid-nix.follows = "liqwid-nix";
|
||||
};
|
||||
liqwid-script-export = {
|
||||
url = "github:Liqwid-Labs/liqwid-script-export?ref=main";
|
||||
|
|
@ -95,12 +91,14 @@
|
|||
inputs.haskell-language-server.follows = "haskell-language-server";
|
||||
inputs.plutarch.follows = "plutarch";
|
||||
inputs.ply.follows = "ply";
|
||||
inputs.liqwid-nix.follows = "liqwid-nix";
|
||||
inputs.plutarch-numeric.follows = "plutarch-numeric";
|
||||
inputs.liqwid-plutarch-extra.follows = "liqwid-plutarch-extra";
|
||||
};
|
||||
# Dependencies need addChecks, which was removed after this commit
|
||||
liqwid-nix.url = "github:Liqwid-Labs/liqwid-nix/f31230a055dbad1653c11784cc52ef07f40cafdb";
|
||||
liqwid-nix = {
|
||||
url = "github:Liqwid-Labs/liqwid-nix";
|
||||
inputs.nixpkgs-2205.follows = "nixpkgs-2205";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ liqwid-nix, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue