aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
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.lock
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.lock39
1 files changed, 38 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index e9791b2..3d07120 100644
--- a/flake.lock
+++ b/flake.lock
@@ -54,6 +54,21 @@
"type": "github"
}
},
+ "flake-utils_2": {
+ "locked": {
+ "lastModified": 1656928814,
+ "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"futils": {
"locked": {
"lastModified": 1656065134,
@@ -182,7 +197,29 @@
"nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
- "pre-commit-hooks": "pre-commit-hooks"
+ "pre-commit-hooks": "pre-commit-hooks",
+ "rust": "rust"
+ }
+ },
+ "rust": {
+ "inputs": {
+ "flake-utils": "flake-utils_2",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1661136859,
+ "narHash": "sha256-o3y1elFGRs/9kqaIeziAnTy9lIWA6VHtQfq0ARRVO2A=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "6d1418192be90968acfa25e7d7b089e246eb15c4",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
}
}
},