Commit Graph

34 Commits

Author SHA1 Message Date
Raymond Douglas
f33e42fdc3
wstunnel: 10.1.3 -> 10.1.5 2024-10-25 09:37:38 -07:00
r-vdp
ae5064f6ce
wstunnel: 10.1.1 -> 10.1.3
https://github.com/erebe/wstunnel/releases/tag/v10.1.2
https://github.com/erebe/wstunnel/releases/tag/v10.1.3
2024-10-03 10:17:33 +02: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
r-vdp
b2ebddacdc
wstunnel: fix darwin build 2024-09-17 09:44:00 +02:00
r-vdp
e2c1e73f9a
wstunnel: 10.1.0 - 10.1.1
https://github.com/erebe/wstunnel/releases/tag/v10.1.1
2024-09-04 15:33:05 +02:00
R. Ryantm
db974ec9b4 wstunnel: 10.0.1 -> 10.1.0 2024-08-29 20:24:27 +00:00
r-vdp
c85887e518
wstunnel: use versionCheckHook instead of testVersion 2024-08-21 12:04:55 +02:00
r-vdp
e29d1bfc3e
wstunnel: 9.7.4 -> 10.0.1 2024-08-21 12:04:55 +02:00
r-vdp
bbcc6a0f6c
wstunnel: add updateScript 2024-08-21 10:48:36 +02:00
r-vdp
6cac9e409c
wstunnel: reformat with nixfmt 2024-08-21 10:46:04 +02:00
R. Ryantm
1456a3e237 wstunnel: 9.7.2 -> 9.7.4 2024-07-20 16:02:15 +00:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
r-vdp
df2ebdb07a
wstunnel: 9.7.1 -> 9.7.2
https://github.com/erebe/wstunnel/releases/tag/v9.7.2
2024-06-26 17:03:34 +02:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
r-vdp
17c2cf3896
wstunnel: 9.7.0 -> 9.7.1
https://github.com/erebe/wstunnel/releases/tag/v9.7.1
2024-06-25 10:33:56 +02:00
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
h7x4
4c7c3ceb12
nixosTests.wstunnel: init
Co-authored-by: r-vdp <ramses@well-founded.dev>
2024-06-18 11:07:06 +03:00
r-vdp
53e7bea45c
nixos/wstunnel: update the wstunnel module to work with the new rust implementation
Co-authored-by: h7x4 <h7x4@nani.wtf>
2024-06-18 11:07:06 +03:00
r-vdp
8d7a9b3227
wstunnel: 9.6.2 -> 9.7.0 2024-06-18 11:07:06 +03:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Nick Cao
06b68ac5a3
Merge pull request #317840 from NeverBehave/pkg-ws-tunnel-rust
wstunnel: 0.5.1.0 -> 9.6.1
2024-06-13 13:31:08 -04:00
NeverBehave
3652e95ada wstunnel: 0.5.1.0 -> 9.6.1 2024-06-09 23:16:09 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
R. Ryantm
ac734d9b1e wslu: 4.1.2 -> 4.1.3 2024-04-11 03:19:22 +00:00
Fabian Affolter
ca6e137af4
Merge pull request #300320 from fabaff/wsrepl
wsrepl: init at 0.2.0
2024-03-31 11:28:30 +02:00
Fabian Affolter
d7bbe5fc9a wsrepl: init at 0.2.0
WebSocket REPL

https://github.com/doyensec/wsrepl
2024-03-30 21:49:52 +01:00
Moraxyc
9b795711fa wslay: fix package 2024-03-28 17:35:18 +01:00
R. Ryantm
e2d205854e wslu: 4.1.1 -> 4.1.2 2024-03-11 02:46:33 +00:00
éclairevoyant
70330b7e69
wslu: install desktop item 2024-03-06 06:13:19 -05:00
éclairevoyant
c224760817
wslu: fix pname misuse 2024-03-06 06:08:51 -05:00
éclairevoyant
90b78e4c4a
wslu: move to pkgs/by-name 2024-03-06 06:08:51 -05:00
Weijia Wang
fd607d72ad swlay: actually enable tests 2023-10-28 18:16:59 +02:00
Matt Whiteley
2df0ae942d wslay: init at 1.1.1
Grabbed from #170919
2023-10-27 18:17:16 +00:00