export nix module
This commit is contained in:
parent
fee174ec05
commit
e288b3a63b
6 changed files with 522 additions and 4 deletions
7
nix/packages/default.nix
Normal file
7
nix/packages/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs }:
|
||||
|
||||
rec {
|
||||
backend = pkgs.callPackage ./backend.nix { };
|
||||
frontend = pkgs.callPackage ./frontend.nix { };
|
||||
default = frontend;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue