diff options
-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; |