1
0

nixos 21.11 -> 22.05

This commit is contained in:
2022-09-24 14:36:34 +00:00
parent 9b968991f6
commit 00b8c13f5a
3 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
let
home-manager = builtins.fetchTarball {
url = "https://github.com/nix-community/home-manager/archive/release-21.11.tar.gz";
url = "https://github.com/nix-community/home-manager/archive/release-22.05.tar.gz";
};
in {
imports = [ "${home-manager}/nixos" ];