Add a default.nix for nix-build

This commit is contained in:
2024-09-12 19:49:58 +02:00
parent 2628822373
commit 1fe7714c6b
4 changed files with 16 additions and 10 deletions

2
byg/default.nix Normal file
View File

@@ -0,0 +1,2 @@
with import ./nix/common.nix;
haskell.callCabal2nix "byg" ./. { }