Move build script to flake
This commit is contained in:
parent
c1ab6d1bce
commit
79bba9060f
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
||||||
ghc'
|
ghc'
|
||||||
hlint
|
hlint
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
|
|
||||||
|
(pkgs.writeShellScriptBin "build-site" ''
|
||||||
|
${ghc'}/bin/ghc --make website/site -outputdir dist -static -O2
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue