about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.lock41
-rw-r--r--flake.nix3
2 files changed, 23 insertions, 21 deletions
diff --git a/flake.lock b/flake.lock
index b0f2a82..9eec22c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -112,11 +112,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1694656828,
-        "narHash": "sha256-BiwbW0KPkswMSq4JFLY3TKSwHK9ZwptggmXOT+EN48Q=",
+        "lastModified": 1694896279,
+        "narHash": "sha256-FPh1A1Iy+4zxfwh6h4B0lltNg6oV070o8mhednkEK6U=",
         "owner": "helix-editor",
         "repo": "helix",
-        "rev": "13d4463e4146473391e37b7f75e99b731aa55878",
+        "rev": "8b076e3851c868307223b6152de9a8de52fcb88f",
         "type": "github"
       },
       "original": {
@@ -132,15 +132,16 @@
         ]
       },
       "locked": {
-        "lastModified": 1694643239,
-        "narHash": "sha256-pv2k/5FvyirDE8g4TNehzwZ0T4UOMMmqWSQnM/luRtE=",
-        "owner": "nix-community",
+        "lastModified": 1694946208,
+        "narHash": "sha256-QTvb3AWiAi7eVEVV5O6g41ZAceaJ/E2kcobxtQ2wnS8=",
+        "owner": "sefidel",
         "repo": "home-manager",
-        "rev": "d9b88b43524db1591fb3d9410a21428198d75d49",
+        "rev": "e92a9662292afd5f34b832fb38bf331f402a2b85",
         "type": "github"
       },
       "original": {
-        "owner": "nix-community",
+        "owner": "sefidel",
+        "ref": "fix-fcitx5-qt",
         "repo": "home-manager",
         "type": "github"
       }
@@ -169,11 +170,11 @@
       },
       "locked": {
         "dir": "contrib",
-        "lastModified": 1694788367,
-        "narHash": "sha256-hyrjq1o3v5d9YPeTcZ44ep0YkMyu1OOzUReBAfH72pE=",
+        "lastModified": 1694946202,
+        "narHash": "sha256-frXrNBaTNuwxLudVR4jElTR/QclypCkVl9GRSGFAmIM=",
         "owner": "neovim",
         "repo": "neovim",
-        "rev": "73c71ed95cebd77c3eeaa97ba7582b5c2c354432",
+        "rev": "a0c99755b8a93143df6d1df48d401b5438d160d6",
         "type": "github"
       },
       "original": {
@@ -236,11 +237,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1694743934,
-        "narHash": "sha256-4pn0x+OiOFWefBpgyufFVaAeG+LwfVUI/HMCma8xdHU=",
+        "lastModified": 1694916722,
+        "narHash": "sha256-DBxuPOyhaHw3WY6s2KsaGyGrOkvmuiORC4DjIz8XTbM=",
         "owner": "oxalica",
         "repo": "rust-overlay",
-        "rev": "6a26dd6da9b4f28d9b4c397bd22b5df4bec8f78a",
+        "rev": "9d34219b9788fb5cde6f5b5759211d606f5131ec",
         "type": "github"
       },
       "original": {
@@ -317,11 +318,11 @@
     },
     "unstable": {
       "locked": {
-        "lastModified": 1694669921,
-        "narHash": "sha256-6ESpJ6FsftHV96JO/zn6je07tyV2dlLR7SdLsmkegTY=",
+        "lastModified": 1694767346,
+        "narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "f2ea252d23ebc9a5336bf6a61e0644921f64e67c",
+        "rev": "ace5093e36ab1e95cb9463863491bee90d5a4183",
         "type": "github"
       },
       "original": {
@@ -333,11 +334,11 @@
     },
     "unstable-small": {
       "locked": {
-        "lastModified": 1694669921,
-        "narHash": "sha256-6ESpJ6FsftHV96JO/zn6je07tyV2dlLR7SdLsmkegTY=",
+        "lastModified": 1694928810,
+        "narHash": "sha256-M/3+pRQmM+FeBeSKRp0b01pncbNiiC2ggJE4Wpi7c1Q=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "f2ea252d23ebc9a5336bf6a61e0644921f64e67c",
+        "rev": "948e8754755a9f27587d5bd109af2cfad313add8",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 0dcca80..60c9ec9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,8 @@
     unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small";
     nixpkgs-2211.url = "github:nixos/nixpkgs/nixos-22.11";
 
-    home-manager.url = "github:nix-community/home-manager";
+    # 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.inputs.nixpkgs.follows = "unstable";
 
     impermanence.url = "github:nix-community/impermanence";