diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-20 18:53:54 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-20 18:53:54 +0100 |
| commit | 2da799cdae5e2068dd23a51d9b5096205c0f0e6f (patch) | |
| tree | 8eeafc205c6e9721cf088041cac3b034e0712e04 | |
| parent | 26565b2a3786303b0fa72797ce5cb93c09024ff4 (diff) | |
fixup
| -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 |
