devshells: add website devshell
This commit is contained in:
parent
a9280b78cd
commit
f1ebe05f1d
3 changed files with 22 additions and 0 deletions
7
outputs/devshells/default.nix
Normal file
7
outputs/devshells/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
perSystem = {pkgs, ...}: {
|
||||
devShells = {
|
||||
website = pkgs.mkShellNoCC (import ./website.nix {inherit pkgs;});
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue