This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-24 20:59:03 +02:00
parent dd2e26284d
commit 118b1ba33a
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@
devShell.${system} = pkgs.mkShell {
inherit buildInputs;
};
packages.${system}.default = pkgs.buildNpmPackage rec {
packages.${system}.default = pkgs.buildNpmPackage {
pname = "idimitrov.dev";
version = "0.0.1";
version = "0.1.1";
src = ./.;
npmDepsHash = "sha256-+GgP+cilcphMZxns/EM2TTRDuQi8RE1PkxsDG3gXZEQ=";
postInstall = ''

View File

@ -1,6 +1,6 @@
{
"name": "idimitrov.dev",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",