From 3a5f93c8d4635cf4a1c9434f7b370adb0b3dd366 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Wed, 11 Sep 2024 21:46:16 +0200 Subject: [PATCH] Update 2024-09-11 --- configuration.nix | 6 +++++- flake.lock | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4f258cc..5fb5bba 100644 --- a/configuration.nix +++ b/configuration.nix @@ -90,8 +90,12 @@ thunderbird ]; }; - + # TODO remove with the next major release, workaround for logseq not working + nixpkgs.config.permittedInsecurePackages = [ + "electron-27.3.11" + ]; nixpkgs.config.allowUnfree = true; + environment.systemPackages = with pkgs; [ ack avrdude diff --git a/flake.lock b/flake.lock index 6414100..1bdc4d4 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1720042825, - "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=", + "lastModified": 1725703823, + "narHash": "sha256-tDgM4d8mLK0Hd6YMB2w1BqMto1XBXADOzPEaLl10VI4=", "owner": "nix-community", "repo": "home-manager", - "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073", + "rev": "208df2e558b73b6a1f0faec98493cb59a25f62ba", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724316499, - "narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=", + "lastModified": 1725930920, + "narHash": "sha256-RVhD9hnlTT2nJzPHlAqrWqCkA7T6CYrP41IoVRkciZM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841", + "rev": "44a71ff39c182edaf25a7ace5c9454e7cba2c658", "type": "github" }, "original": {