aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 14:23:26 +1200
committerArslaan Pathan <[email protected]>2026-06-07 14:23:26 +1200
commitc7229765bafe73a5461b84ac7feb541b5e9c586b (patch)
tree6ceb953472730cc32acd145248a07e6f2b108349 /nix
parent103b42f3f18b342c8103993a3aff430e94300ce6 (diff)
downloadyerbalinux-c7229765bafe73a5461b84ac7feb541b5e9c586b.tar.xz
yerbalinux-c7229765bafe73a5461b84ac7feb541b5e9c586b.zip
Fix semicolon being bad
Diffstat (limited to 'nix')
-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
- ''
+ '';
}