From 77d362211da94ea24fb079f69fbb0b453e8ed180 Mon Sep 17 00:00:00 2001 From: NotNite Date: Fri, 28 Apr 2023 18:45:49 +0000 Subject: [PATCH] left a debug command in there --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 964dfa6..8ff915a 100644 --- a/flake.nix +++ b/flake.nix @@ -22,8 +22,6 @@ # Don't use cleanCargoSource here, as it removes sqlx-data.json src = ./.; doCheck = false; - - preBuild = "ls -allah"; }; apps.u = flake-utils.lib.mkApp {