mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
fix: Updated flake.
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.";
|
||||||
};
|
};
|
||||||
|
default = {
|
||||||
|
path = ./templates/php;
|
||||||
|
description = "A simple boilerplate for running PHP apps in a nix shell.";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
checks."x86_64-linux".vagrant = let
|
checks."x86_64-linux".vagrant = let
|
||||||
|
|||||||
Reference in New Issue
Block a user