We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5e410 commit c90ff51Copy full SHA for c90ff51
.envrc.sample
@@ -1,2 +1,6 @@
1
-# if you are using nix
2
-use flake || use nix
+# if you are using flakes
+watch_file ./shell.nix
3
+use flake
4
+
5
+# else if you are using nix-shell
6
+use nix
bun.lock
@@ -18,7 +18,7 @@
18
"date-fns": "^4.1.0",
19
"markdown-to-txt": "^2.0.1",
20
"sharp": "^0.34.1",
21
- "svelte": "^5.26.1",
+ "svelte": "^5.26.2",
22
},
23
"devDependencies": {
24
"@astrojs/check": "^0.9.4",
0 commit comments