spark-wallet/generate: remove supplement.json

This file is empty and has no effect.
This commit is contained in:
Erik Arvstedt
2021-03-16 12:46:19 +01:00
parent 84b3217c3d
commit 81db927f66
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ stdenv, pkgs, lib }:
lib.head (lib.attrValues (import ./composition.nix {
lib.head (builtins.attrValues (import ./composition.nix {
inherit pkgs;
inherit (stdenv.hostPlatform) system;
}))