ooknet/outputs/devshells/default.nix

7 lines
136 B
Nix

{
perSystem = {pkgs, ...}: {
devShells = {
website = pkgs.mkShellNoCC (import ./website.nix {inherit pkgs;});
};
};
}