website/parts/default.nix
2024-11-09 18:07:47 -06:00

13 lines
127 B
Nix

{
perSystem = {
pkgs,
lib,
config,
self',
...
}: {
imports = [
./devshells.nix
];
};
}