mirror of
https://git.nerfingen.de/nerf/choirMail.git
synced 2025-05-15 17:50:31 +00:00
let nixpkgs choose library and compiler versions, hopefully nothing will brake lol
This commit is contained in:
parent
c04ffafaaf
commit
93a09e8402
3 changed files with 7 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
{ pkgs , compiler ? "ghc902"}:
|
||||
pkgs.haskell.packages.${compiler}.callPackage ./choirMail.nix { }
|
||||
{ pkgs }:
|
||||
pkgs.haskellPackages.callPackage ./choirMail.nix { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue