Commit Graph

43 Commits

Author SHA1 Message Date
R. Ryantm
861cd0e058 homepage-dashboard: 0.9.10 -> 0.9.12 2024-11-20 06:29:05 +00:00
R. Ryantm
3925d753c6 homepage-dashboard: 0.9.9 -> 0.9.10 2024-09-28 20:05:30 +00:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
hatch01
65629db5d0
homepage-dashboard: 0.9.8 -> 0.9.9 2024-09-17 21:18:53 +02:00
Jon Seager
9bc2866b4e
homepage-dashboard: 0.9.6 -> 0.9.8 2024-09-10 08:18:58 +01:00
Jon Seager
41f0ed5c0e
homepage-dashboard: patch to avoid unwritable prerender cache
This commit introduces the patching of the `dist` directory
of NextJS. Without this, homepage-dashboard errors when trying to
write its prerender cache.

This patch ensures that the cache implementation respects the env
variable `HOMEPAGE_CACHE_DIR`, which is set by default in the
wrapper below.
2024-08-28 10:09:02 +01:00
Jon Seager
d93019e848
homepage-dashboard: reformat with nixfmt-rfc-style 2024-08-12 19:27:26 +01:00
Jon Seager
b55e87e603
homepage-dashboard: 0.9.5 -> 0.9.6 2024-08-12 19:26:52 +01:00
Guanran Wang
3bd8794a59
homepage-dashboard: 0.9.3 -> 0.9.5
Diff: https://github.com/gethomepage/homepage/compare/v0.9.3...v0.9.5

Changelog: https://github.com/gethomepage/homepage/releases/tag/v0.9.5
2024-07-19 08:49:36 +08:00
Jon Seager
9f4e0c3161
Merge pull request #325488 from jnsgruk/homepage-dashboard-0.9.3
homepage-dashboard: 0.9.2 -> 0.9.3
2024-07-08 13:59:12 +01:00
Jon Seager
b8e2918305
homepage-dashboard: 0.9.2 -> 0.9.3 2024-07-08 10:38:13 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Jon Seager
3d4fa4bced
homepage-dashboard: 0.9.1-> 0.9.2 2024-06-06 09:50:03 +01:00
Jon Seager
09e5553875
homepage-dashboard: fix source hash 2024-06-04 20:26:10 +01:00
R. Ryantm
079edf9c81 homepage-dashboard: 0.8.13 -> 0.9.1 2024-06-03 21:00:45 +00:00
Jon Seager
0144d1e56b
homepage-dashboard: 0.8.12 -> 0.8.13 2024-05-06 13:25:03 +01:00
Jon Seager
4a061aa690
homepage-dashboard: remove unused arguments 2024-04-17 09:50:18 +01:00
Jon Seager
3b94be4491
homepage-dashboard: 0.8.11 -> 0.8.12 2024-04-17 09:50:03 +01:00
R. Ryantm
5dfb296a9d homepage-dashboard: 0.8.10 -> 0.8.11 2024-04-10 10:35:50 +00:00
Jon Seager
e20e5fb451
homepage-dashboard: 0.8.9 -> 0.8.10 (#298890) 2024-03-25 12:25:48 +01:00
Jon Seager
8ab31764fc homepage-dashboard: remove trailing period from meta.description 2024-03-11 20:30:39 +01:00
Jon Seager
bb27f930c8 homepage-dashboard: add changelog to meta 2024-03-11 20:30:39 +01:00
Jon Seager
62fddf40a9 homepage-dashboard: 0.8.8 -> 0.8.9
https://github.com/gethomepage/homepage/releases/tag/v0.8.9

Remove patch which is now included upstream.
2024-03-11 20:30:39 +01:00
Jon Seager
c58f136b53 homepage-dashboard: enable nix-update-script 2024-03-11 20:30:39 +01:00
Jon Seager
cba3d0d236
homepage-dashboard: patch to enable control of log targets
This piece of software is generally used (and documented upstream)
in containers. It is common practice for such applications to log
both to stdout, and to a file which can be volume-mounted in the
container.

Because the intention here is to start with systemd, it makes less
sense to have both, so this added patch stops the application
from trying to create a log directory alongside the config directory.
2024-03-05 14:38:51 +00:00
A1ca7raz
aad08e1a54 homepage-dashboard: support local icons 2024-02-25 18:39:23 +01:00
A1ca7raz
3aa1a64bd2 homepage-dashboard: move assets to share folder 2024-02-25 18:39:23 +01:00
R. Ryantm
456ae1b2e8 homepage-dashboard: 0.8.7 -> 0.8.8 2024-02-14 04:57:58 +00:00
Jon Seager
50cf3e310b
homepage-dashboard: 0.8.6 -> 0.8.7
Release notes at:
https://github.com/gethomepage/homepage/releases/tag/v0.8.7
2024-01-29 08:52:41 +00:00
Jon Seager
91ea2e05ab
homepage-dashboard: 0.8.4 -> 0.8.6
https://github.com/gethomepage/homepage/releases/tag/v0.8.6
2024-01-22 11:53:21 +00:00
R. Ryantm
2bfdc96367 homepage-dashboard: 0.8.3 -> 0.8.4 2023-12-27 06:24:33 +00:00
Jon Seager
4d0a013fde
homepage-dashboard: mark as broken for darwin 2023-12-11 11:44:10 +00:00
Jon Seager
d2f88656bd
homepage-dashboard: 0.8.2 -> 0.8.3 2023-12-11 09:00:30 +00:00
Jon Seager
ef47a483c2
homepage-dashboard: 0.7.4 -> 0.8.2 2023-11-27 19:32:33 +00:00
Jon Seager
c21a89cd66
homepage-dashboard: 0.7.2 -> 0.7.4 2023-10-23 08:42:27 +01:00
Jon Seager
4dfa94bdca
homepage-dashboard: 0.6.35 -> 0.7.2 2023-10-05 15:01:40 +01:00
Jon Seager
8dcd2545ab
homepage-dashboard: 0.6.29 -> 0.6.35 2023-09-21 09:14:07 +01:00
Jon Seager
1663909170
homepage-dashboard: 0.6.28 -> 0.6.29 2023-08-27 11:27:40 +01:00
R. Ryantm
927854f9b1 homepage-dashboard: 0.6.27 -> 0.6.28 2023-08-07 01:54:04 +00:00
Jon Seager
36af9e5808
homepage-dashboard: 0.6.23 -> 0.6.27 2023-08-03 08:25:57 +01:00
Jon Seager
dd0b6dc833
homepage-dashboard: 0.6.21 -> 0.6.23 2023-07-24 16:29:07 +01:00
Jon Seager
b1cf2cb359
homepage-dashboard: init at 0.6.21 2023-07-13 09:38:23 +01:00