Initial commit: Vue 3 webapp NixOS module
This commit is contained in:
commit
b30b37d5ce
3 changed files with 253 additions and 0 deletions
10
flake.nix
Normal file
10
flake.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
description = "Vue 3 webapp NixOS module";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
nixosModules.webapp = import ./webapp.nix;
|
||||
nixosModules.default = self.nixosModules.webapp;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue