version bump and added fmt setting

This commit is contained in:
Sebastian Wendel 2024-05-17 15:12:57 +02:00
parent 0ee68e40b1
commit bc1debcba0
2 changed files with 4 additions and 3 deletions

View file

@ -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"

View file

@ -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"