mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-03 04:02:34 +00:00
Implement oidc on the front
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@ pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
go
|
||||
wgo
|
||||
go-migrate
|
||||
(go-migrate.overrideAttrs (_: {
|
||||
tags = ["postgres" "file"];
|
||||
}))
|
||||
sqlc
|
||||
go-swag
|
||||
# for psql in cli (+ pgformatter for sql files)
|
||||
|
||||
Reference in New Issue
Block a user