From 0617663b249f9ca488e5de652108b17d67fbaf45 Mon Sep 17 00:00:00 2001 From: Vika Date: Sat, 29 Jul 2023 21:59:56 +0300 Subject: Moved the entire Kittybox tree into the root --- kittybox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kittybox.nix') diff --git a/kittybox.nix b/kittybox.nix index 22e774c..1d66fc7 100644 --- a/kittybox.nix +++ b/kittybox.nix @@ -13,7 +13,7 @@ naersk.buildPackage rec { pname = "kittybox"; version = "0.1.0"; - src = lib.sources.sourceFilesBySuffices ./kittybox-rs [".rs" ".toml" ".sql" ".ts" ".css" ".html" ".lock" ".json"]; + src = lib.sources.sourceFilesBySuffices ./. [".rs" ".toml" ".sql" ".ts" ".css" ".html" ".lock" ".json"]; doCheck = stdenv.hostPlatform == stdenv.targetPlatform; cargoBuildOptions = x: x ++ [ -- cgit 1.4.1