From 71d1a795262bb08e884d33ea9328f6fb562aa274 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:50:10 +0200 Subject: [PATCH] fix jetbrains --- flake.lock | 12 ++++++------ flake.nix | 3 ++- systems/pc/configuration.nix | 1 - 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 2d30541..b2503e3 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 6c80127..9f96ce1 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 593896a..e505132 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -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