fix typo in flake.nix

This commit is contained in:
2022-10-04 14:41:38 +02:00
parent 45adfc8121
commit 1acaa35515

View File

@@ -10,10 +10,10 @@
sops-nix.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.inputs.nixpkgs.follows = "nixpkgs";
mfsync.url = "github:k4lipso/mfsync"; mfsync.url = "github:k4lipso/mfsync";
home-manager-stable = { home-manager= {
url = "github:nix-community/home-manager/release-22.05"; url = "github:nix-community/home-manager/release-22.05";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs-stable"; nixpkgs.follows = "nixpkgs";
}; };
}; };
}; };