about summary refs log tree commit diff
path: root/pkgs/build-support/release/debian-build.nix
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-03-21 20:15:09 -0400
committerBenjamin Hipple <bhipple@protonmail.com>2020-03-21 21:15:33 -0400
commit79d875ae7757af9a43248d89f746bc92947284dc (patch)
treeecf9ea9f4a1e8729d5fd31e44f9c56fd0d8f5759 /pkgs/build-support/release/debian-build.nix
parentb0c75e811a6ad20f2f23f6392eae06a4d854c4dd (diff)
downloadnixlib-79d875ae7757af9a43248d89f746bc92947284dc.tar
nixlib-79d875ae7757af9a43248d89f746bc92947284dc.tar.gz
nixlib-79d875ae7757af9a43248d89f746bc92947284dc.tar.bz2
nixlib-79d875ae7757af9a43248d89f746bc92947284dc.tar.lz
nixlib-79d875ae7757af9a43248d89f746bc92947284dc.tar.xz
nixlib-79d875ae7757af9a43248d89f746bc92947284dc.tar.zst
nixlib-79d875ae7757af9a43248d89f746bc92947284dc.zip
releaseTools: no-op expression cleanup
No functional change, was just reading through these and cleaning/sanitizing
them a bit while I'm here.
Diffstat (limited to 'pkgs/build-support/release/debian-build.nix')
-rw-r--r--pkgs/build-support/release/debian-build.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/release/debian-build.nix b/pkgs/build-support/release/debian-build.nix
index 354d929c9b65..dfa896a86a60 100644
--- a/pkgs/build-support/release/debian-build.nix
+++ b/pkgs/build-support/release/debian-build.nix
@@ -88,7 +88,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
       done
 
       eval "$postInstall"
-    ''; # */
+    '';
 
     meta = (if args ? meta then args.meta else {}) // {
       description = "Deb package for ${diskImage.fullName}";