diff options
| author | Christine Dodrill <me@christine.website> | 2021-01-10 10:13:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 10:13:11 -0500 |
| commit | a359f54a91f4aeb914c69f59a02afabccd72450e (patch) | |
| tree | f7da127440eb78b7f6bb8be4ce30e851566fdad0 /default.nix | |
| parent | 1bd858680de4bb9dc3ffaa274eb93aec56012a0f (diff) | |
| download | xesite-a359f54a91f4aeb914c69f59a02afabccd72450e.tar.xz xesite-a359f54a91f4aeb914c69f59a02afabccd72450e.zip | |
update everything (#292)
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 06876b7..68536a1 100644 --- a/default.nix +++ b/default.nix @@ -13,6 +13,7 @@ let xesite = naersk.buildPackage { inherit src; + doCheck = true; buildInputs = [ pkg-config openssl git ]; remapPathPrefix = true; }; |
