fix jetbrains

This commit is contained in:
Kopatz
2025-07-22 19:50:10 +02:00
parent 4be2314522
commit 71d1a79526
3 changed files with 8 additions and 8 deletions

12
flake.lock generated
View File

@@ -402,16 +402,16 @@
},
"nixpkgs-working-jetbrains": {
"locked": {
"lastModified": 1752667200,
"narHash": "sha256-V6Ov5wYjjjlbXvZ0D9ojv9KsDhOX1sJFO55wfQjk5vM=",
"owner": "symphorien",
"lastModified": 1752862078,
"narHash": "sha256-0D0c1BddL/W6ct+3BUUuuga9HoISOfCy7NDD+kWgVEQ=",
"owner": "Janrupf",
"repo": "nixpkgs",
"rev": "0bfaccdde33f5d7783372fc97d84de915d1d2e75",
"rev": "6895a8b63bbdcbdeac7d8f0a332893c2ebbc2498",
"type": "github"
},
"original": {
"owner": "symphorien",
"ref": "jdk_structured_attrs",
"owner": "Janrupf",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -27,7 +27,8 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nixpkgs-working-xrdp.url = "github:NixOS/nixpkgs/b26c89e6aa1d7731d5e267656207f2e1c2f37f1d";
nixpkgs-working-jetbrains.url = "github:symphorien/nixpkgs/jdk_structured_attrs";
#nixpkgs-working-jetbrains.url = "github:symphorien/nixpkgs/jdk_structured_attrs";
nixpkgs-working-jetbrains.url = "github:Janrupf/nixpkgs/master";
# cosmic testing
#nixos-cosmic = {
# url = "github:lilyinstarlight/nixos-cosmic";

View File

@@ -107,7 +107,6 @@
services.postgresql = {
enable = true;
ensureDatabases = [ "mydatabase" ];
extensions = with pkgs.postgresql14Packages; [ pg_libversion ];
authentication = pkgs.lib.mkOverride 10 ''
#TYPE DATABASE USER ADDRESS METHOD