From 49cd4c7f007df26733f8c609c234a37be8214163 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 23 May 2023 18:04:40 +0200 Subject: nix: Adding nix support --- default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..c4bf675 --- /dev/null +++ b/default.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} +}: + +let + forstio = (import ((builtins.fetchGit { + url = "git@git.keldu.de:forstio/forstio"; + ref = "dev"; + + }).outPath + "/default.nix"){}).forstio; + +in pkgs.callPackage ./.nix/derivation.nix { + inherit forstio; +} -- cgit v1.2.3