move everything to src
All checks were successful
Build and Publish / build-release (push) Successful in 8m29s

This commit is contained in:
2026-04-07 12:33:54 -05:00
parent 080a33f76f
commit d5c3485fd2
98 changed files with 75 additions and 76 deletions

View File

@@ -19,7 +19,7 @@
package = pkgs.buildGoModule {
pname = "zitadel-resources-operator";
version = "0.0.0";
src = ../src;
src = ../.;
doCheck = false;
vendorHash = "sha256-j8In3lKJ3ZpxI5i1HxasM2uqQ/j1Mmkh+VgoC2tNSGc=";
installPhase = ''

1
build/result Symbolic link
View File

@@ -0,0 +1 @@
/nix/store/qvb6qhrkmrg9nczj8wavivjlzdin5iv7-zitadel-resources-operator-0.0.0