diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-11 17:52:55 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-11 17:52:55 -0500 |
commit | ea80c5100a43f714fc5bd5139b6839a34133c368 (patch) | |
tree | d74aa8f0f9b7aaa88c1b44c5f2ba6e7c0297c47c /flake.nix | |
parent | org nix (diff) |
org nix cosmetic
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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; }; |