diff options
| author | Emily <vcs@emily.moe> | 2025-01-08 19:10:22 +0000 |
|---|---|---|
| committer | Emily <vcs@emily.moe> | 2025-01-14 01:19:21 +0000 |
| commit | e33d37c41f8040631f0cc16b032a1cf214aeeb4e (patch) | |
| tree | 21033036c8620211a847e57ef42ee533cbc2144c /modules | |
| parent | d5aeb4e5b17c4e17b4eb515e088d6ea6babd14d8 (diff) | |
{readme,examples/flake}: update for release branches
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/examples/flake/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/flake/flake.nix b/modules/examples/flake/flake.nix index 4520b8f..138c047 100644 --- a/modules/examples/flake/flake.nix +++ b/modules/examples/flake/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - nix-darwin.url = "github:LnL7/nix-darwin"; + nix-darwin.url = "github:LnL7/nix-darwin/master"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; }; |
