mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
fix(flake.nix):
This commit is contained in:
@@ -12,6 +12,10 @@
|
|||||||
path = ./templates/default;
|
path = ./templates/default;
|
||||||
description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine.";
|
description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine.";
|
||||||
};
|
};
|
||||||
|
nodejs = {
|
||||||
|
path = ./templates/nodejs;
|
||||||
|
description = "A simple boilerplate for running Node.js apps in a nix shell.";
|
||||||
|
};
|
||||||
php = {
|
php = {
|
||||||
path = ./templates/php;
|
path = ./templates/php;
|
||||||
description = "A simple boilerplate for running PHP apps in a nix shell.";
|
description = "A simple boilerplate for running PHP apps in a nix shell.";
|
||||||
|
|||||||
Reference in New Issue
Block a user