diff options
author | William Carroll <wpcarro@gmail.com> | 2020-12-11T22·43+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-12-11T22·43+0000 |
commit | 1eab926121110ec32f4437f9ebeb922e23fc5c31 (patch) | |
tree | 9dbb15c3e4104e8e0d7217337386f015626983b0 | |
parent | f1e458239266dac1d18120c6c3b092a67a739577 (diff) |
Define stubbed default.nix
In case I want to package this project with Nix. For now, it's useful to store this at the project root because it help my Emacs's `project-find-file` function.
-rw-r--r-- | assessments/semiprimes/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assessments/semiprimes/default.nix b/assessments/semiprimes/default.nix new file mode 100644 index 000000000000..29452eac250c --- /dev/null +++ b/assessments/semiprimes/default.nix @@ -0,0 +1 @@ +# stubbed |