summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock18
-rw-r--r--flake.nix6
2 files changed, 23 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 7aebaec..0bcc090 100644
--- a/flake.lock
+++ b/flake.lock
@@ -399,6 +399,23 @@
"type": "github"
}
},
+ "nix-darwin": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1737063096,
+ "narHash": "sha256-Qv40syutOYQZOBjS76Swk4VeUz08KDrsc9IDSdXmyqs=",
+ "path": "/Users/ivi/nix-darwin",
+ "type": "path"
+ },
+ "original": {
+ "path": "/Users/ivi/nix-darwin",
+ "type": "path"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1702272962,
@@ -549,6 +566,7 @@
"ghostty": "ghostty",
"home-manager": "home-manager",
"neovim-nightly-overlay": "neovim-nightly-overlay",
+ "nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs_4",
"simple-nixos-mailserver": "simple-nixos-mailserver",
"sops-nix": "sops-nix"
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