fix jetbrains
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user