summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-20 18:53:54 +0100
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-20 18:53:54 +0100
commit2da799cdae5e2068dd23a51d9b5096205c0f0e6f (patch)
tree8eeafc205c6e9721cf088041cac3b034e0712e04 /flake.nix
parent26565b2a3786303b0fa72797ce5cb93c09024ff4 (diff)
fixup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 617304e..3a7eab6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,6 +19,10 @@
ghostty = {
url = "github:ghostty-org/ghostty";
};
+ nix-darwin = {
+ url = "path:/Users/ivi/nix-darwin";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
@@ -38,7 +42,7 @@
lib =
(withLibs [
- # inputs.nix-darwin.lib
+ inputs.nix-darwin.lib
home-manager.lib
])
.extend