summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3763bee..2f46eac 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,6 +19,10 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-23.05";
+ darwin = {
+ url = "github:LnL7/nix-darwin/";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
# this is just to avoid having multiple versions in flake.lock
flake-compat = {