aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 3fa66fa..075ce50 100644
--- a/flake.nix
+++ b/flake.nix
@@ -69,12 +69,8 @@
echo "built:"
$out/bin/spine -v
'';
- nativeBuildInputs = with pkgs; [
- ldc dub
- ];
- buildInputs = with pkgs; [
- sqlite
- ];
+ nativeBuildInputs = with pkgs; [ ldc dub ];
+ buildInputs = with pkgs; [ sqlite ];
};
packages.x86_64-linux.default = self.packages.x86_64-linux.spine;
};