mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-19 13:20:57 +01:00
file structure refactor
This commit is contained in:
parent
b1c4d7ab2f
commit
893764b9ae
9 changed files with 45 additions and 31 deletions
12
rustdev.nix
Normal file
12
rustdev.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.sessionVariables = {
|
||||
RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rustup
|
||||
cargo-edit
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue