summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-23 20:24:12 -0400
committerseth <[email protected]>2023-07-23 20:58:15 -0400
commitd7263b66eb7c8c3b34584608812cc42b07b11156 (patch)
treea8cbf5a90731247acae19d5001839abca75ec4cf /flake.nix
parent011ee9d585abef4826681208d9e33bb1e1c88930 (diff)
modules/darwin: init
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 = {