flake: fix style
This commit is contained in:
parent
72938f9c77
commit
ba8effbead
1 changed files with 37 additions and 36 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue