diff options
| author | Mike Vink <mike@pionative.com> | 2024-02-15 21:26:10 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-02-15 21:26:10 +0100 |
| commit | 39b72284607522fb99125334bf369a040170fc19 (patch) | |
| tree | e22598f9599aa57a73625164e0eb1561de586f9e /flake.nix | |
| parent | f41d6200d42b2bb7c4130b54059eb8a221ce2ec4 (diff) | |
git: email
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,11 +14,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-23.05"; - neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; - - nix-darwin.url = "path:/Users/ivi/nix-darwin"; - nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; + nix-darwin = { + url = "path:/Users/ivi/nix-darwin"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs @ { |
