fix jetbrains
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -402,16 +402,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-working-jetbrains": {
|
"nixpkgs-working-jetbrains": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752667200,
|
"lastModified": 1752862078,
|
||||||
"narHash": "sha256-V6Ov5wYjjjlbXvZ0D9ojv9KsDhOX1sJFO55wfQjk5vM=",
|
"narHash": "sha256-0D0c1BddL/W6ct+3BUUuuga9HoISOfCy7NDD+kWgVEQ=",
|
||||||
"owner": "symphorien",
|
"owner": "Janrupf",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0bfaccdde33f5d7783372fc97d84de915d1d2e75",
|
"rev": "6895a8b63bbdcbdeac7d8f0a332893c2ebbc2498",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "symphorien",
|
"owner": "Janrupf",
|
||||||
"ref": "jdk_structured_attrs",
|
"ref": "master",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
nixpkgs-working-xrdp.url = "github:NixOS/nixpkgs/b26c89e6aa1d7731d5e267656207f2e1c2f37f1d";
|
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
|
# cosmic testing
|
||||||
#nixos-cosmic = {
|
#nixos-cosmic = {
|
||||||
# url = "github:lilyinstarlight/nixos-cosmic";
|
# url = "github:lilyinstarlight/nixos-cosmic";
|
||||||
|
|||||||
@@ -107,7 +107,6 @@
|
|||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ensureDatabases = [ "mydatabase" ];
|
|
||||||
extensions = with pkgs.postgresql14Packages; [ pg_libversion ];
|
extensions = with pkgs.postgresql14Packages; [ pg_libversion ];
|
||||||
authentication = pkgs.lib.mkOverride 10 ''
|
authentication = pkgs.lib.mkOverride 10 ''
|
||||||
#TYPE DATABASE USER ADDRESS METHOD
|
#TYPE DATABASE USER ADDRESS METHOD
|
||||||
|
|||||||
Reference in New Issue
Block a user