Merge branch 'main' of gitlab:EternalWanderer/voidcruiser.nl
This commit is contained in:
commit
5dd9c337c7
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
public
|
public
|
||||||
voidcruiser.nl
|
voidcruiser.nl
|
||||||
|
.direnv
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ description = "Website flake";
|
{ description = "Website flake";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = github:NixOs/nixpkgs/nixos-23.05;
|
nixpkgs.url = "github:NixOs/nixpkgs/nixos-23.05";
|
||||||
flake-utils.url = github:numtide/flake-utils;
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, flake-utils }:
|
outputs = { self, nixpkgs, flake-utils }:
|
||||||
flake-utils.lib.eachDefaultSystem (system:
|
flake-utils.lib.eachDefaultSystem (system:
|
||||||
|
@ -26,11 +26,7 @@
|
||||||
cp -r public $out/share/${pname}
|
cp -r public $out/share/${pname}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
devShell = pkgs.mkShell {
|
|
||||||
buildInputs = [ pkgs.hugo ];
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue