packages/landing: init devShell
This commit is contained in:
parent
a7a03c254e
commit
dbdae08da2
3 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
./tests
|
./tests
|
||||||
./modules/devshell.nix
|
./modules/devshell.nix
|
||||||
|
|
||||||
|
./websites/landing/project.nix
|
||||||
];
|
];
|
||||||
packages = filters.doFilter filters.packages rec {
|
packages = filters.doFilter filters.packages rec {
|
||||||
ghost = let
|
ghost = let
|
||||||
|
|
1
packages/websites/landing/.envrc
Normal file
1
packages/websites/landing/.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source ../../build-support/activate-shell
|
9
packages/websites/landing/project.nix
Normal file
9
packages/websites/landing/project.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
projectShells.landing = {
|
||||||
|
tools = with pkgs; [
|
||||||
|
hugo
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue