Add deployment workflow #7

Merged
hubrecht merged 32 commits from refs/pull/7/head into master 2023-06-30 11:56:52 +02:00
Showing only changes of commit cb24783193 - Show all commits

View file

@ -1,10 +1,10 @@
{ glibcLocales
, nix-gitignore
, ssg
, mkDerivation
, stdenv
}:
mkDerivation {
stdenv.mkDerivation {
name = "dgnum.eu";
version = "0.1.0";
srcs = nix-gitignore.gitignoreSourcePure ../.gitignore ./.;