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 { devShell.${system} = pkgs.mkShell {
inherit buildInputs; inherit buildInputs;
}; };
packages.${system}.default = pkgs.buildNpmPackage rec { packages.${system}.default = pkgs.buildNpmPackage {
pname = "idimitrov.dev"; pname = "idimitrov.dev";
version = "0.0.1"; version = "0.1.1";
src = ./.; src = ./.;
npmDepsHash = "sha256-+GgP+cilcphMZxns/EM2TTRDuQi8RE1PkxsDG3gXZEQ="; npmDepsHash = "sha256-+GgP+cilcphMZxns/EM2TTRDuQi8RE1PkxsDG3gXZEQ=";
postInstall = '' postInstall = ''

View File

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