Compare commits

...

20 Commits

Author SHA1 Message Date
d357848a68 Merge branch 'main' into Luis-Hebendanz-main
All checks were successful
checks-impure / test (pull_request) Successful in 24s
checks / test (pull_request) Successful in 1m27s
2023-11-12 11:28:27 +01:00
a4977121c5 nix fmt
All checks were successful
checks / test (pull_request) Successful in 1m30s
checks-impure / test (pull_request) Successful in 26s
2023-11-12 11:20:10 +01:00
be15f704d9 Fixed missing direnv install step in README 2023-11-12 11:20:09 +01:00
54d92cace8 Test change 2023-11-12 11:19:18 +01:00
735d727196 Test change 2023-11-12 11:19:18 +01:00
331b504829 update ui-assets.nix 2023-11-12 11:19:18 +01:00
497379dc82 Changed update-ui-assets to push to IoSL 2023-11-12 11:19:17 +01:00
d830e4426d Changed update-ui-assets to push to IoSL 2023-11-12 11:18:33 +01:00
c044cb9474 Test change fmt 2023-11-12 11:18:33 +01:00
c87a5b1022 Test change 2023-11-12 11:18:33 +01:00
6d89d43a2f Test change fmt 2023-11-12 11:18:33 +01:00
b992b46e7a Test change 2023-11-12 11:18:33 +01:00
fa30099991 update ui-assets.nix 2023-11-08 21:02:45 +00:00
b4c657501e Merge pull request 'README: Fixed missing direnv install step' (#13) from Luis-main into main
Reviewed-on: Luis/nextjs-python-web-template#13
2023-11-08 21:47:57 +01:00
c4388733e5 Fix forgetting to delete api folder in UI 2023-11-08 21:47:57 +01:00
105b6f0b35 Merge pull request 'Improved README' (#12) from Luis-main into main
Reviewed-on: Luis/nextjs-python-web-template#12
2023-11-01 16:11:31 +01:00
1f895a0668 README: Fixed missing direnv install step 2023-11-01 16:11:31 +01:00
adcca39dc9 Merge pull request 'Improved README' (#11) from Luis-main into main
Reviewed-on: Luis/nextjs-python-web-template#11
2023-10-31 13:32:24 +01:00
637921e722 nix fmt 2023-10-31 13:24:10 +01:00
44f12945b8 Improved README 2023-10-31 13:24:10 +01:00

View File

@@ -25,7 +25,7 @@ pkgs.mkShell {
# re-generate the api code # re-generate the api code
rm -rf api openapi.json rm -rf src/api openapi.json
cp ${clanPkgs.clan-openapi}/openapi.json . cp ${clanPkgs.clan-openapi}/openapi.json .
orval orval
''; '';