about summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 17:42:56 +0900
committersefidel <contact@sefidel.net>2022-03-03 17:42:56 +0900
commit168c6189387ddd17bba3d84d1d1f8af159aaf13d (patch)
tree4033908ce95653f823490b82505d2cca8b05ce2a /flake.lock
parenteb0627ae6dc06721b4b0718f4cdba4274299f673 (diff)
downloadnixrc-168c6189387ddd17bba3d84d1d1f8af159aaf13d.tar.gz
nixrc-168c6189387ddd17bba3d84d1d1f8af159aaf13d.zip
feat(home/base): use rust-overlay for rust packages
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock37
1 files changed, 37 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 6ea8643..f1db532 100644
--- a/flake.lock
+++ b/flake.lock
@@ -69,6 +69,21 @@
         "type": "github"
       }
     },
+    "flake-utils_3": {
+      "locked": {
+        "lastModified": 1637014545,
+        "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
+    },
     "home-manager": {
       "inputs": {
         "nixpkgs": [
@@ -134,10 +149,32 @@
         "home-manager": "home-manager",
         "neovim": "neovim",
         "nixpkgs-2111": "nixpkgs-2111",
+        "rust": "rust",
         "unstable": "unstable",
         "unstable-small": "unstable-small"
       }
     },
+    "rust": {
+      "inputs": {
+        "flake-utils": "flake-utils_3",
+        "nixpkgs": [
+          "unstable"
+        ]
+      },
+      "locked": {
+        "lastModified": 1646274381,
+        "narHash": "sha256-kglX5g7HhSWiTGKz1WOA8DWclj0Wwsq8I50wgY4eS3I=",
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "rev": "245c2712f502849041a1b1d0cc6a7588e94b2e3f",
+        "type": "github"
+      },
+      "original": {
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "type": "github"
+      }
+    },
     "unstable": {
       "locked": {
         "lastModified": 1645433236,