Skip to content

Commit 1d6c573

Browse files
committed
Prefer nixpkgs-unstable instead of nixos-unstable for darwin
1 parent debee0f commit 1d6c573

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
inputs = {
1212
# How to update the revision
1313
# - `nix flake update --commit-lock-file` # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-update.html
14-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
14+
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
1515
};
1616

1717
outputs =

0 commit comments

Comments
 (0)