diff options
| -rw-r--r-- | flake.lock | 18 | ||||
| -rw-r--r-- | flake.nix | 6 |
2 files changed, 23 insertions, 1 deletions
@@ -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" @@ -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 |
