forked from fabian/nix_config
initial commit
This commit is contained in:
commit
7a32292dda
91 changed files with 3095 additions and 0 deletions
14
default.nix
Normal file
14
default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ stdenv, zola, lib, ... }:
|
||||
with lib;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "posixlycorrect.com";
|
||||
version = "0.0.1";
|
||||
|
||||
src = ./posixlycorrect;
|
||||
|
||||
buildPhase = ''
|
||||
${getExe zola} build --output-dir $out
|
||||
'';
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue