Test workflow (v13)
This commit is contained in:
parent
6694f9cf8a
commit
cb24783193
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ glibcLocales
|
{ glibcLocales
|
||||||
, nix-gitignore
|
, nix-gitignore
|
||||||
, ssg
|
, ssg
|
||||||
, mkDerivation
|
, stdenv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "dgnum.eu";
|
name = "dgnum.eu";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
srcs = nix-gitignore.gitignoreSourcePure ../.gitignore ./.;
|
srcs = nix-gitignore.gitignoreSourcePure ../.gitignore ./.;
|
||||||
|
|
Loading…
Reference in a new issue