flake: fix style

This commit is contained in:
Jeremy Baxter 2024-02-12 15:34:26 +13:00
parent 72938f9c77
commit ba8effbead

View file

@ -23,6 +23,7 @@
default = pkgs.stdenv.mkDerivation { default = pkgs.stdenv.mkDerivation {
name = "callisto"; name = "callisto";
src = ./.; src = ./.;
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
gcc gcc
binutils binutils