mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-12 14:20:08 +01:00
7 lines
52 B
Nix
7 lines
52 B
Nix
|
|
{
|
||
|
|
imports = [
|
||
|
|
./main.nix
|
||
|
|
./env.nix
|
||
|
|
];
|
||
|
|
}
|