Add deployment workflow #7
1 changed files with 2 additions and 2 deletions
|
@ -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 ./.;
|
||||
|
|
Loading…
Reference in a new issue