From 3bf5dc18d4c4bbd389218bf643820ba48e7ebe96 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Wed, 2 Aug 2023 18:54:34 -0400 Subject: [PATCH] Add defaults to executable --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 91f732c..40da771 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,8 @@ packages.default = pkgs.runCommand "generateSealPosts" { } '' echo Generating seal posts mkdir -p $out/bin + cp ${./config.dhall} $out/bin/config.dhall + cp -r ${./images} $out/bin/images ${ghc'}/bin/ghc \ -O2 \ -static \