mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-12-21 08:22:53 +00:00
modify flake name
This commit is contained in:
parent
ce0ab4fafd
commit
1112f7d887
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
outputs = { self, nixpkgs }: {
|
||||
packages.x86_64-linux.default = with import nixpkgs { system = "x86_64-linux"; };
|
||||
stdenv.mkDerivation {
|
||||
name = "blog";
|
||||
name = "adityakumar.xyz";
|
||||
buildInputs = [
|
||||
pkgs.hugo
|
||||
pkgs.rsync
|
||||
|
|
Loading…
Reference in a new issue