diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 14:23:26 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 14:23:26 +1200 |
| commit | c7229765bafe73a5461b84ac7feb541b5e9c586b (patch) | |
| tree | 6ceb953472730cc32acd145248a07e6f2b108349 /nix | |
| parent | 103b42f3f18b342c8103993a3aff430e94300ce6 (diff) | |
| download | yerbalinux-c7229765bafe73a5461b84ac7feb541b5e9c586b.tar.xz yerbalinux-c7229765bafe73a5461b84ac7feb541b5e9c586b.zip | |
Fix semicolon being bad
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/kernel.nix | 2 |
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 - '' + ''; } |
