diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-06-29 20:28:23 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-06-29 20:28:23 -0600 |
| commit | 509af590a9b1b9afd1a1833f2dd1e31063aee595 (patch) | |
| tree | b11974a8c20add38132042f787991d964ee48ea1 | |
| parent | a0b2e04e9e557ff67bfaf28133fa464c6b405063 (diff) | |
flake: switch to home-manager stable branch
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,8 +4,7 @@ nixpkgsUnstable.url = "github:nixos/nixpkgs"; home-manager = { - # "/release-21.11" para stable - url = "github:nix-community/home-manager"; + url = "github:nix-community/home-manager/release-22.05"; inputs.nixpkgs.follows = "nixpkgs"; }; |
