update sources
Alan Pearce alan@alanpearce.eu
Tue, 18 Jun 2024 09:31:01 +0200
3 files changed, 6 insertions(+), 3 deletions(-)
M npins/sources.json → npins/sources.json
@@ -75,8 +75,8 @@ }, "nixpkgs": { "type": "Channel", "name": "nixos-unstable", - "url": "https://releases.nixos.org/nixos/unstable/nixos-24.11pre639108.e9ee548d90ff/nixexprs.tar.xz", - "hash": "1k9cdvanlvx2pmglx600mg0ly6fxwbgac95yrchm4jyhyamv3ifv" + "url": "https://releases.nixos.org/nixos/unstable/nixos-24.11pre639882.b60ebf54c155/nixexprs.tar.xz", + "hash": "1b8g3m87364ch51ziwq47i5dhlhpd34ym20pwpg24iaxqdsa5jc2" }, "nur": { "type": "Git",
M user/config.nix → user/config.nix
@@ -2,4 +2,7 @@ { pkgs }: { allowUnfree = true; allowUnfreePredicate = pkg: true; input-fonts.acceptLicense = true; + permittedInsecurePackages = [ + "electron-27.3.11" # for logseq 0.10.9 + ]; }
M user/settings/user-interface.nix → user/settings/user-interface.nix
@@ -44,7 +44,7 @@ ]; }) ] ++ lib.optionals (!stdenv.isDarwin) (with pkgs; [ - logseq + logseq # 0.10.9 is insecure, see ../config.nix (discord.override { withOpenASAR = true; }) falkon