From 1112f7d887c50ffe812aefe641a2e6dcd5ed79a5 Mon Sep 17 00:00:00 2001 From: aditya Date: Thu, 6 Jul 2023 11:04:24 +0530 Subject: [PATCH] modify flake name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 60b1d2c..924b3a3 100644 --- a/flake.nix +++ b/flake.nix @@ -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