diff options
author | lassulus <git@lassul.us> | 2018-05-09 22:41:29 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-06-27 16:09:28 +0200 |
commit | 58e6c9c1083b42161881ba731de3044a98a77dac (patch) | |
tree | d28c356c806ad031d0c16b471c4b0af6bba6a25c | |
parent | 93cadf087c0e77e3168cc4ced974de53524fa0fd (diff) |
add default.nix
-rw-r--r-- | default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix index e307ff9..a3d2eae 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,4 @@ -{ nixpkgs ? import <nixpkgs> {}, ... }: -with nixpkgs; +{ nixpkgs ? import <nixpkgs> {}, ... }: with nixpkgs; stdenv.mkDerivation { name = "thesauron"; src = ./thesauron.md; |