aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-08-22 19:12:06 -0700
committerFranck Cuny <franck@fcuny.net>2022-08-22 19:12:06 -0700
commitb919a1592580af487eade8eb00b8e459810c52fd (patch)
treed4720d5d6a29944d341d638015f2c5f87470bab5 /flake.nix
parentref(modules/backup): only keep 4 weeks worth of backups (diff)
downloadinfra-b919a1592580af487eade8eb00b8e459810c52fd.tar.gz
feat(rust): add an overlay to install rust
Installing the rust overlay to get the various tools installed. This is done by a new module for home-manager, and is installed only on my laptop at the moment. Change-Id: I80c1633ca04da82f4321a0687a05d1df7c523702
Diffstat (limited to '')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d10c736..5d2d595 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ rust = {
+ url = "github:oxalica/rust-overlay";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
pre-commit-hooks = {
type = "github";
owner = "cachix";