summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-02-15 21:26:10 +0100
committerMike Vink <mike@pionative.com>2024-02-15 21:26:10 +0100
commit39b72284607522fb99125334bf369a040170fc19 (patch)
treee22598f9599aa57a73625164e0eb1561de586f9e /flake.nix
parentf41d6200d42b2bb7c4130b54059eb8a221ce2ec4 (diff)
git: email
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 4fac11f..0a59281 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 @ {