all repos — nixfiles @ bd10447989c1695323e33c75bdbd9dd4ebcbd8aa

System and user configuration, managed by nix and home-manager

update sources

Alan Pearce
commit

bd10447989c1695323e33c75bdbd9dd4ebcbd8aa

parent

fee4f95d4c0746d478ef3fbfb40c1b1d83f5b305

3 files changed, 6 insertions(+), 3 deletions(-)

jump to
M npins/sources.jsonnpins/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.nixuser/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.nixuser/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