summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-23 06:01:57 -0400
committerseth <[email protected]>2024-05-23 04:14:04 -0600
commit5400199c922c3908c3282348b75c2bb1146d923a (patch)
tree0ec889d08e2691733df13ba8b66154c503566d2b /flake.nix
parent573c04045c247791523062205dcc76b5cf69066c (diff)
simplify flake module
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";
};