mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
feat: Added laravel module.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
description = "A very basic flake";
|
||||
|
||||
outputs = { self }: {
|
||||
nixosModules.vagrant = { ... }: { imports = [ ./nixos/modules/virtualisation/vagrant.nix ]; };
|
||||
nixosModules = {
|
||||
laravel = import ./nixos/modules/web-apps/laravel.nix;
|
||||
vagrant = { ... }: { imports = [ ./nixos/modules/virtualisation/vagrant.nix ]; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user