mirror of
https://github.com/danth/stylix
synced 2024-11-26 06:00:23 +00:00
Use the default version of GHC ⬇️
The default version has libraries available on cache.nixos.org, rather than having to compile them locally during evaluation. Stylix did not depend on anything from GHC901.
This commit is contained in:
parent
f0323ee468
commit
e0295dac9b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
|
||||||
ghc = pkgs.haskell.packages.ghc901.ghcWithPackages
|
ghc = pkgs.haskellPackages.ghcWithPackages
|
||||||
(haskellPackages: with haskellPackages; [ json JuicyPixels ]);
|
(haskellPackages: with haskellPackages; [ json JuicyPixels ]);
|
||||||
|
|
||||||
palette-generator = pkgs.stdenvNoCC.mkDerivation {
|
palette-generator = pkgs.stdenvNoCC.mkDerivation {
|
||||||
|
|
Loading…
Reference in a new issue