diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-16 03:14:02 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-16 03:49:58 +0100 |
commit | 3f9325ad541c408a8de7b7b69a39f3e247b164ab (patch) | |
tree | 1bea3fe30c8630f0886ae1938c3e61e61e863640 /static-nomath-org.nix |
init
Diffstat (limited to 'static-nomath-org.nix')
-rw-r--r-- | static-nomath-org.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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"; +} |