whoops
This commit is contained in:
parent
bab94c7f22
commit
784a02d4f8
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
options.rust.enable = lib.mkEnableOption "System Rust Environment";
|
||||
options.rust = {
|
||||
enable = lib.mkEnableOption "System Rust Environment";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.rust.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue