From 168c6189387ddd17bba3d84d1d1f8af159aaf13d Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Mar 2022 17:42:56 +0900 Subject: feat(home/base): use rust-overlay for rust packages --- flake.lock | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'flake.lock') 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, -- cgit 1.4.1