nixnew/modules/devenv/default.nix

8 lines
164 B
Nix
Raw Permalink Normal View History

2023-07-27 05:27:13 +00:00
outerInputs @ { self, inputs, system, pkgs, ... }: {
nix.registry.system.flake = self;
2023-06-23 07:43:29 +00:00
system.extraDependencies = [
(import ./rust.nix outerInputs)
];
}