diff options
| author | seth <[email protected]> | 2023-07-23 20:24:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-23 20:58:15 -0400 |
| commit | d7263b66eb7c8c3b34584608812cc42b07b11156 (patch) | |
| tree | a8cbf5a90731247acae19d5001839abca75ec4cf /flake.nix | |
| parent | 011ee9d585abef4826681208d9e33bb1e1c88930 (diff) | |
modules/darwin: init
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = { |
