mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-28 20:03:50 +01:00
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
|
||||
public
|
||||
voidcruiser.nl
|
||||
.direnv
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ description = "Website flake";
|
||||
inputs = {
|
||||
nixpkgs.url = github:NixOs/nixpkgs/nixos-23.05;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
nixpkgs.url = "github:NixOs/nixpkgs/nixos-23.05";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
|
@ -26,11 +26,7 @@
|
|||
cp -r public $out/share/${pname}
|
||||
'';
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = [ pkgs.hugo ];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue