aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/kernel.nix b/nix/kernel.nix
index ae82130..8656e4e 100644
--- a/nix/kernel.nix
+++ b/nix/kernel.nix
@@ -15,5 +15,5 @@ stdenv.mkDerivation {
'';
installPhase = ''
cp arch/x86/boot/bzImage $out
- ''
+ '';
}