about summary refs log tree commit diff
path: root/users/wpcarro/scratch/blockchain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/blockchain/default.nix')
-rw-r--r--users/wpcarro/scratch/blockchain/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/wpcarro/scratch/blockchain/default.nix b/users/wpcarro/scratch/blockchain/default.nix
index 745e7a5ab4..c02f9a9c81 100644
--- a/users/wpcarro/scratch/blockchain/default.nix
+++ b/users/wpcarro/scratch/blockchain/default.nix
@@ -2,7 +2,8 @@
 
 let
   pypkgs = pkgs.python3Packages;
-in pkgs.python3Packages.buildPythonApplication {
+in
+pkgs.python3Packages.buildPythonApplication {
   pname = "main";
   src = ./.;
   version = "0.0.1";