mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
14 lines
127 B
Nix
14 lines
127 B
Nix
![]() |
{
|
||
|
perSystem = {
|
||
|
pkgs,
|
||
|
lib,
|
||
|
config,
|
||
|
self',
|
||
|
...
|
||
|
}: {
|
||
|
imports = [
|
||
|
./devshells.nix
|
||
|
];
|
||
|
};
|
||
|
}
|