From 5a2ab333bf46429e186260977929d9e89827dc4f Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 8 Dec 2024 22:00:47 -0800 Subject: [PATCH] Updated darwin flake.lock and fixed issue in darwin.nix --- config/darwin.nix | 3 --- flake.lock | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/config/darwin.nix b/config/darwin.nix index 5762888..7d4905a 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -1,9 +1,6 @@ { config, pkgs, lib, ... }: { nix.settings.experimental-features = ["nix-command" "flakes"]; - # Path fix for GUI applications. - launchd.user.envVariables.PATH = config.environment.systemPath; - nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ git diff --git a/flake.lock b/flake.lock index 114b3ec..b0078fd 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1732603785, - "narHash": "sha256-AEjWTJwOmSnVYsSJCojKgoguGfFfwel6z/6ud6UFMU8=", + "lastModified": 1733570843, + "narHash": "sha256-sQJAxY1TYWD1UyibN/FnN97paTFuwBw3Vp3DNCyKsMk=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "6ab87b7c84d4ee873e937108c4ff80c015a40c7a", + "rev": "a35b08d09efda83625bef267eb24347b446c80b8", "type": "github" }, "original": {