summaryrefslogtreecommitdiff
path: root/modules/examples/flake/flake.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2025-01-14 01:47:14 +0000
committerGitHub <noreply@github.com>2025-01-14 01:47:14 +0000
commitbd921223ba7cdac346477d7ea5204d6f4736fcc6 (patch)
treeb4e86959c9a0813cce116103f8b2d75ce21a3f4d /modules/examples/flake/flake.nix
parent6ace2f2d12bdf74235d5cbf9fbd34a71c9716685 (diff)
parente33d37c41f8040631f0cc16b032a1cf214aeeb4e (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.nix2
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";
};