aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-24 11:29:24 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-24 11:31:24 +0100
commitbb3210df1f8f09f34b196a8f8bec42bbc7573bd5 (patch)
treed301747279cdc870a062c4f64d7e2c1fa273193f /default.nix
parenta3d281ea34a6e3c66789455c1c1edf223030a589 (diff)
downloadNix-bb3210df1f8f09f34b196a8f8bec42bbc7573bd5.tar.gz
Nix-bb3210df1f8f09f34b196a8f8bec42bbc7573bd5.tar.zst
Nix-bb3210df1f8f09f34b196a8f8bec42bbc7573bd5.zip
Purify mediagoblin website
This was the last known step to purify the install. Fixes https://git.immae.eu/mantisbt/view.php?id=79 Fixes https://git.immae.eu/mantisbt/view.php?id=114
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 7e7ef0a..75e1e0a 100644
--- a/default.nix
+++ b/default.nix
@@ -312,4 +312,5 @@ in
312 stgit = gitAndTools.stgit; 312 stgit = gitAndTools.stgit;
313 inherit bundix; 313 inherit bundix;
314 inherit yarn2nix; 314 inherit yarn2nix;
315 bower2nix = nodePackages.bower2nix;
315 }) 316 })