nix: rename module

This commit is contained in:
notohh 2024-04-08 11:40:57 -04:00
parent fb893b987d
commit 5c2f516e7f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -60,7 +60,11 @@
])
];
};
nixosModules.default = import ./nix/module.nix inputs;
nixosModules = {
forcebot_rs = {
imports = [./nix/module.nix];
};
};
RUST_BACKTRACE = 1;
RUST_SRC_PATH = "${fenix.packages.${system}.complete.rust-src}/lib/rustlib/src/rust/library";
})