Add initial generator
This commit is contained in:
12
byg/shell.nix
Normal file
12
byg/shell.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
let
|
||||
sources = import ./nix/sources.nix;
|
||||
pkgs = import sources.nixpkgs {};
|
||||
haskell = pkgs.haskell.packages.ghc910;
|
||||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "byg";
|
||||
buildInputs = with pkgs; [
|
||||
haskell.ghc
|
||||
cabal-install
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user