From bc1debcba00827af290174b4228b38e6eac19782 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Fri, 17 May 2024 15:12:57 +0200 Subject: [PATCH] version bump and added fmt setting --- .vscode/settings.json | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 17bc8d6..b68c262 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,10 +7,11 @@ "flake.lock": "json" }, "nix.serverPath": "nil", + "nix.formatterPath": "nixpkgs-fmt", "nix.enableLanguageServer": true, "typescript.tsdk": "node_modules/typescript/lib", "[nix]": { - "editor.defaultFormatter": "brettm12345.nixfmt-vscode" + "editor.defaultFormatter": "jnoortheen.nix-ide" }, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" diff --git a/package.json b/package.json index 634c579..fa02206 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "srx-digital", "description": "Static website build with Astro and Nix", "type": "module", - "version": "0.1.1", + "version": "0.2.1", + "private": true, "author": "Sebastian Wendel", "license": "MIT", "keywords": [ @@ -10,7 +11,6 @@ "reactjs", "tailwindcss" ], - "private": true, "repository": { "url": "forgejo@code.srx.digital:srx/srx.astro.nix.git", "type": "git"