Skip to content

Commit 5d0d976

Browse files
authored
Merge pull request #47 from vst/vst/some-chores
Update nixpkgs, prettier configuration
2 parents fe84df5 + 809108c commit 5d0d976

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.prettierrc.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"tabWidth": 2,
33
"singleQuote": false,
44
"trailingComma": "es5",
5-
"printWidth": 120
5+
"printWidth": 120,
6+
"overrides": [
7+
{
8+
"files": "package.yaml",
9+
"options": {
10+
"singleQuote": true
11+
}
12+
}
13+
]
614
}

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"homepage": null,
1313
"owner": "NixOS",
1414
"repo": "nixpkgs",
15-
"rev": "4e08cafd686c7b2a191a82e593762c3a095f88eb",
16-
"sha256": "1pzc8mxwp1sqpnh32kf26skj656kbj7ysrp46d4kqmnlaz3chrqk",
15+
"rev": "413dcbc7362ddbd06a7d3f13a55c79d56f040e82",
16+
"sha256": "1640ga3z1h56pak4910pard69na2plr5jlcah76ib3m2cszch26y",
1717
"type": "tarball",
18-
"url": "https://github.com/NixOS/nixpkgs/archive/4e08cafd686c7b2a191a82e593762c3a095f88eb.tar.gz",
18+
"url": "https://github.com/NixOS/nixpkgs/archive/413dcbc7362ddbd06a7d3f13a55c79d56f040e82.tar.gz",
1919
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2020
},
2121
"web-view": {

0 commit comments

Comments
 (0)