diff options
| author | 2026-06-05 11:06:02 +0100 | |
|---|---|---|
| committer | 2026-06-05 11:06:02 +0100 | |
| commit | b0e83e2ee3fc328e55119ee7c1f09ad7ed20a635 (patch) | |
| tree | 0208caee2063e471b4b23b0b45038b2bce00e2fa /nix/flake.nix | |
| parent | 4d8cf1bc30a076e2976787051d28d8072f8f5321 (diff) | |
| download | dotfiles-b0e83e2ee3fc328e55119ee7c1f09ad7ed20a635.tar.gz dotfiles-b0e83e2ee3fc328e55119ee7c1f09ad7ed20a635.tar.bz2 dotfiles-b0e83e2ee3fc328e55119ee7c1f09ad7ed20a635.zip | |
Move more host tooling to Nix
Diffstat (limited to 'nix/flake.nix')
| -rw-r--r-- | nix/flake.nix | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index d82d9a4..f452228 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -4,12 +4,11 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager = { - # Pin to the release branch matching nixpkgs lib.version (the - # `nixos-unstable` snapshot we follow here reports 26.05). Without - # this, HM master races ahead one cycle and emits the - # "mismatched versions" warning at every activation. Bump the - # branch name in lockstep when nixpkgs lib.version rolls over. - url = "github:nix-community/home-manager/release-26.05"; + # Track the Home Manager branch whose release.json matches nixpkgs' + # lib.version. nixos-unstable currently reports 26.11pre-git, while + # home-manager's latest release branch is still 26.05, so master is the + # matching input until release-26.11 exists. + url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; }; # tuicr: TUI git-change reviewer. Upstream flake exposes |
