From 2da799cdae5e2068dd23a51d9b5096205c0f0e6f Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:53:54 +0100 Subject: fixup --- flake.lock | 18 ++++++++++++++++++ flake.nix | 6 +++++- 2 files changed, 23 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3