Skip to content

Commit

Permalink
nix: Drop 19.03 and 20.09 nixpkgs pins
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Mar 12, 2021
1 parent 38d8c4b commit 5c87c77
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@
let
sources = import ./sources.nix {};
iohkNixMain = import sources.iohk-nix {};
pkgs2009 = import iohkNixMain.nixpkgs { inherit system crossSystem config; };
pkgs1903 = import sources."nixpkgs-19.03" {};
in self: super: {
# Use Cabal-3.2.0.0 from latest stable nixpkgs-20.09.
# Currently we are stuck on 20.03, which only provides Cabal-3.0.
inherit (pkgs2009) cabal-install;

# Use stack-1.9.3 - something is not quite right with the pipeline
# script when using 2.3.3.
inherit (pkgs1903) stack;

# Use go-jira from latest stable nixpkgs-20.09.
inherit (pkgs2009) go-jira;
}

0 comments on commit 5c87c77

Please sign in to comment.