flake: move home-manager to release-22.11

This commit is contained in:
Antoine Martin 2022-12-01 11:00:29 +01:00
parent 941551efb5
commit 3d240ceaee
2 changed files with 5 additions and 5 deletions

View file

@ -42,16 +42,16 @@
"utils": "utils"
},
"locked": {
"lastModified": 1667898954,
"narHash": "sha256-VqHVeoxcOl9M6yQ+LV3yTWMb0h5Rl5yixn9PCY/MJJo=",
"lastModified": 1669724862,
"narHash": "sha256-GwLonjmyhnTGQRNfKcUCgMSKYj49ZehjjJulaM/yH18=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d20e3d070c78271356a2d5d73c01f1de94586087",
"rev": "e891b060e7d11bb8f7dedb86a41d804891a6f5a9",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"ref": "release-22.11",
"repo": "home-manager",
"type": "github"
}

View file

@ -25,7 +25,7 @@
type = "github";
owner = "nix-community";
repo = "home-manager";
ref = "master";
ref = "release-22.11";
inputs.nixpkgs.follows = "nixpkgs";
};