diff options
author | Justin Bedo <cu@cua0.org> | 2022-10-11 13:32:14 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-10-12 09:09:33 +1100 |
commit | 805b30a68a3f907083e23e4b7020aae5a32f90ee (patch) | |
tree | cccb0046af47e18f3730111de8fc59f17bfe6416 /day2/ex3-R | |
parent | ac3a4e0363c1fde0f1dbff75b95aa27d9acd5e5e (diff) |
add solution flake output
Diffstat (limited to 'day2/ex3-R')
-rwxr-xr-x | day2/ex3-R/flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/day2/ex3-R/flake.nix b/day2/ex3-R/flake.nix index bfaca96..f7b7c62 100755 --- a/day2/ex3-R/flake.nix +++ b/day2/ex3-R/flake.nix @@ -16,5 +16,6 @@ bionix' = import bionix {nixpkgs = pkgs;}; in { defaultPackage = bionix'.callBionix ./. {}; + packages.solution = bionix'.callBionix ./solution.nix {}; }); } |