From 58e6c9c1083b42161881ba731de3044a98a77dac Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 9 May 2018 22:41:29 +0200 Subject: add default.nix --- default.nix | 3 +-- 1 file changed, 1 insertion(+), 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 {}, ... }: -with nixpkgs; +{ nixpkgs ? import {}, ... }: with nixpkgs; stdenv.mkDerivation { name = "thesauron"; src = ./thesauron.md; -- cgit v1.2.3