feat(rust): add rust profile

This commit is contained in:
Infinidoge 2022-08-02 15:55:48 -04:00
parent 9a45189c1c
commit aeb831da08
3 changed files with 58 additions and 0 deletions

View file

@ -47,6 +47,10 @@
# # --- Minecraft
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
nix-minecraft.inputs.nixpkgs.follows = "nixos";
# # --- Rust
fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixos";
};
outputs =
@ -76,6 +80,7 @@
# --- Domain-Specific Overlays
inputs.powercord-setup.overlay
inputs.nix-minecraft.overlay
inputs.fenix.overlay
];
};
stable = { };
@ -139,6 +144,7 @@
haskell
java
nim
rust
])
];
};