From 1e0ff42b1be2fa1967067fa64bff719dac36c742 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 6 Oct 2020 14:57:08 +0200 Subject: [PATCH] Update dependencies --- configurations/fonts.nix | 2 +- configurations/zeroad.nix | 4 ++++ flake.lock | 12 ++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/configurations/fonts.nix b/configurations/fonts.nix index ef356239..8e0ef410 100644 --- a/configurations/fonts.nix +++ b/configurations/fonts.nix @@ -2,7 +2,7 @@ { fonts = { - enableFontDir = true; + fontDir.enable = true; fontconfig = { enable = true; defaultFonts = { diff --git a/configurations/zeroad.nix b/configurations/zeroad.nix index 15269702..af3cd91a 100644 --- a/configurations/zeroad.nix +++ b/configurations/zeroad.nix @@ -5,6 +5,10 @@ { path = ".config/0ad"; type = "cache"; } ]; + nixpkgs.config.permittedInsecurePackages = [ + "spidermonkey-38.8.0" + ]; + home-manager.users.charlotte = { pkgs, ... }: { home.packages = [ pkgs.zeroad ]; }; diff --git a/flake.lock b/flake.lock index ba8392ea..5748e956 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1601584113, - "narHash": "sha256-4gLn43KG5KzJatEul+/TfsiMnj3FK3ZU6VMdXdPpdRY=", + "lastModified": 1601924802, + "narHash": "sha256-J2QbHvIa2DcCs9OqRQ+SIrhsHAdVrb9gxlK3/VeVGFA=", "owner": "nix-community", "repo": "home-manager", - "rev": "9ff2188c5d2c65b20ded3f2e7a759319866313d3", + "rev": "0006da1381b87844c944fe8b925ec864ccf19348", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1601922641, - "narHash": "sha256-E4KNeJFSI7fg2lNrYO3wMZWtvgUR3ptEH5McBrYjjOY=", + "lastModified": 1601987986, + "narHash": "sha256-NMv/GqBr0Gfx3z1ig9ahEMYd9TgWLvd64Cr5dtoYRjc=", "owner": "charvp", "repo": "nixpkgs", - "rev": "b19443a47fc7c94225767b64db6d690c8781c835", + "rev": "70cc4ba75daa6b258dca80eb3a7f9d3231447b2f", "type": "github" }, "original": {