about summary refs log tree commit diff
path: root/users/riking/adventofcode-2020/day01/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/riking/adventofcode-2020/day01/default.nix')
-rw-r--r--users/riking/adventofcode-2020/day01/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/riking/adventofcode-2020/day01/default.nix b/users/riking/adventofcode-2020/day01/default.nix
index 0648a05af6..946069e3a6 100644
--- a/users/riking/adventofcode-2020/day01/default.nix
+++ b/users/riking/adventofcode-2020/day01/default.nix
@@ -5,6 +5,6 @@ with depot.third_party;
 naersk.buildPackage {
   src = ./.;
 
-  buildInputs = [];
+  buildInputs = [ ];
   doCheck = true;
 }