grab elmPackages from unstable if outdated
This commit is contained in:
parent
857e038fa9
commit
a4e7844ad1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user