grab elmPackages from unstable if outdated

This commit is contained in:
notgne2 2020-02-27 19:08:47 -07:00
parent 857e038fa9
commit a4e7844ad1

View File

@ -2,6 +2,11 @@
, pngquant, libwebp, ... }:
let
workingElmPackages = if elmPackages.elmVersion == "0.19.1" then
elmPackages
else
(import <unstable> { }).elmPackages;
pnpm2nix = pkgs.callPackage (builtins.fetchGit {
url = "https://github.com/notgne2/pnpm2nix.git";
rev = "909accd35d23664254b43109ee58cd0c3d83a6d9";