From 2c8e2829dcf7c299d8f4121571722618f5ca59b3 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Sat, 22 Apr 2023 18:08:14 +0200 Subject: Initial setup for monorepo --- default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..f8ecc6c --- /dev/null +++ b/default.nix @@ -0,0 +1,8 @@ +{ pkgs ? import {} +}: + +{ + forstio = { + core = pkgs.callPackage ./forstio/core/.nix/derivation.nix {}; + }; +} -- cgit v1.2.3