summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 1f42782..7eb8b3e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,8 +38,8 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-23.11";
- darwin = {
- url = "github:LnL7/nix-darwin/";
+ nix-darwin = {
+ url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};