From 3f9325ad541c408a8de7b7b69a39f3e247b164ab Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 16 Feb 2024 03:14:02 +0100 Subject: init --- static-nomath-org.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static-nomath-org.nix (limited to 'static-nomath-org.nix') diff --git a/static-nomath-org.nix b/static-nomath-org.nix new file mode 100644 index 0000000..894a3ff --- /dev/null +++ b/static-nomath-org.nix @@ -0,0 +1,6 @@ +{ stdenv }: +stdenv.mkDerivation { + name = "static-nomath-org"; + src = ./.; + installPhase = "mv public $out"; +} -- cgit v1.2.3