From 9b6811d3e743d17b4bae2fb7259289e94e59646d Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 15 Oct 2025 12:15:19 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- nix/modules/customer-portal/flake-module.nix | 2 +- nix/packages/flake-module.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/modules/customer-portal/flake-module.nix b/nix/modules/customer-portal/flake-module.nix index 202eec1..02a2e15 100755 --- a/nix/modules/customer-portal/flake-module.nix +++ b/nix/modules/customer-portal/flake-module.nix @@ -93,7 +93,7 @@ (format.generate "config.json" cfg.settings) ]; - Environment="BETTER_AUTH_SECRET='8&!3$!^U!&56qvSydEJ^E$cr^GSBWWFmbHJCLJ@w7vRWm7!R5b$DSoCmY$GW7HEF' SESSION_SECRET='jJBqeVMvQe52HqLYWDunLEKbkkC9JqCrgP92nV5j2dC99eZWCtK9H2NrASH8AbxF'" + Environment="BETTER_AUTH_SECRET='8&!3$!^U!&56qvSydEJ^E$cr^GSBWWFmbHJCLJ@w7vRWm7!R5b$DSoCmY$GW7HEF' SESSION_SECRET='jJBqeVMvQe52HqLYWDunLEKbkkC9JqCrgP92nV5j2dC99eZWCtK9H2NrASH8AbxF'"; StateDirectory = "amarth-customer-portal"; CacheDirectory = "amarth-customer-portal"; diff --git a/nix/packages/flake-module.nix b/nix/packages/flake-module.nix index db6c6e4..db6206e 100755 --- a/nix/packages/flake-module.nix +++ b/nix/packages/flake-module.nix @@ -13,7 +13,7 @@ bunNix = ../../bun.nix; dontFixup = true; - nativeBuildInputs = with pkgs; [ bun git makeWrapper ]; + # nativeBuildInputs = with pkgs; []; buildPhase = '' runHook preBuild @@ -28,7 +28,7 @@ runHook preInstall install -pDm755 -t $out/bin ${pname} - cp -r ./.output/* $out + # cp -r ./.output/* $out runHook postInstall '';