aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock11
-rw-r--r--flake.nix3
2 files changed, 6 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index 911d066..157ea65 100644
--- a/flake.lock
+++ b/flake.lock
@@ -132,16 +132,15 @@
]
},
"locked": {
- "lastModified": 1694948707,
- "narHash": "sha256-SCzgrsypS7QwT5LARxZ1CPQhM7JS6Y0KBnIYJobXPqM=",
- "owner": "sefidel",
+ "lastModified": 1697838989,
+ "narHash": "sha256-hwVlO+st8vWJO6iy3/JbMHrUyY4Ak7xUSmffoWqBPUg=",
+ "owner": "nix-community",
"repo": "home-manager",
- "rev": "0044c65cdc6443ddbd78baad5f55fc5a96ae58f3",
+ "rev": "ae631b0b20f06f7d239d160723d228891ddb2fe0",
"type": "github"
},
"original": {
- "owner": "sefidel",
- "ref": "fix-fcitx5-qt",
+ "owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 60c9ec9..0dcca80 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,8 +6,7 @@
unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs-2211.url = "github:nixos/nixpkgs/nixos-22.11";
- # TODO: revert when https://github.com/nix-community/home-manager/pull/4468 lands upstream
- home-manager.url = "github:sefidel/home-manager/fix-fcitx5-qt";
+ home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "unstable";
impermanence.url = "github:nix-community/impermanence";