mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
fix(flake.nix):
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
path = ./templates/default;
|
||||
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 = {
|
||||
path = ./templates/php;
|
||||
description = "A simple boilerplate for running PHP apps in a nix shell.";
|
||||
|
||||
Reference in New Issue
Block a user