WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit dedc01c1b9 - Show all commits

View file

@ -4,7 +4,7 @@
"description": "Create a method to get a List from the database (Rossum JpaBaseDAO)", "description": "Create a method to get a List from the database (Rossum JpaBaseDAO)",
"prefix": "queryListFromModel", "prefix": "queryListFromModel",
"body": [ "body": [
"public List<$1> $2() {", "public List<$1> $2($3) {",
" return queryFromModelObject()", " return queryFromModelObject()",
" .where((cb, root) -> $0)", " .where((cb, root) -> $0)",
" .results();", " .results();",