diff options
| author | Emily <vcs@emily.moe> | 2025-01-14 01:47:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 01:47:14 +0000 |
| commit | bd921223ba7cdac346477d7ea5204d6f4736fcc6 (patch) | |
| tree | b4e86959c9a0813cce116103f8b2d75ce21a3f4d /modules/examples/flake/flake.nix | |
| parent | 6ace2f2d12bdf74235d5cbf9fbd34a71c9716685 (diff) | |
| parent | e33d37c41f8040631f0cc16b032a1cf214aeeb4e (diff) | |
Merge pull request #1259 from emilazy/push-xztopxsynztu
Make release branches a thing
Diffstat (limited to 'modules/examples/flake/flake.nix')
| -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"; }; |
