diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-28 15:45:03 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-28 15:45:03 +0200 |
commit | 1a0821766baeb793d36dff0099810aeb0e202c00 (patch) | |
tree | 0141c0415f457fa42cb5f31be2319c6c68aa5b73 /bar.nix | |
parent | d28c483bdba02cf4163e99efcb07f2ee525ddda1 (diff) | |
download | bar-1a0821766baeb793d36dff0099810aeb0e202c00.tar bar-1a0821766baeb793d36dff0099810aeb0e202c00.tar.gz bar-1a0821766baeb793d36dff0099810aeb0e202c00.tar.bz2 bar-1a0821766baeb793d36dff0099810aeb0e202c00.tar.xz bar-1a0821766baeb793d36dff0099810aeb0e202c00.zip |
Low items don't count against shopping list
Diffstat (limited to 'bar.nix')
-rw-r--r-- | bar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | }: | 10 | }: |
11 | mkDerivation { | 11 | mkDerivation { |
12 | pname = "bar"; | 12 | pname = "bar"; |
13 | version = "0.4.0"; | 13 | version = "0.4.1"; |
14 | src = ./.; | 14 | src = ./.; |
15 | isLibrary = true; | 15 | isLibrary = true; |
16 | isExecutable = true; | 16 | isExecutable = true; |