Add a default.nix for nix-build
This commit is contained in:
9
byg/nix/common.nix
Normal file
9
byg/nix/common.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
let
|
||||
sources = import ./sources.nix;
|
||||
pkgs = import sources.nixpkgs {};
|
||||
haskell = pkgs.haskell.packages.ghc910;
|
||||
in
|
||||
{
|
||||
pkgs = pkgs;
|
||||
haskell = haskell;
|
||||
}
|
||||
Reference in New Issue
Block a user