first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
|
||||
|
||||
----
|
||||
[High-speed 10Gbps full-mesh network based on USB4 for just $47.98 – Fang-Pen's coding note](https://fangpenlin.com/posts/2024/01/14/high-speed-usb4-mesh-network/ )
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
|
||||
|
||||
----
|
||||
[High-speed 10Gbps full-mesh network based on USB4 for just $47.98 – Fang-Pen's coding note](https://fangpenlin.com/posts/2024/01/14/high-speed-usb4-mesh-network/ )
|
||||
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
```bash
|
||||
nix-shell -E '
|
||||
let
|
||||
pkgsA = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/141439f6f11537ee349a58aaf97a5a5fc072365c.tar.gz) {});
|
||||
pkgsB = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/7d7622909a38a46415dd146ec046fdc0f3309f44.tar.gz) {});
|
||||
in
|
||||
pkgsA.mkShell {
|
||||
buildInputs = [
|
||||
pkgsA.ktlint
|
||||
pkgsB.jq
|
||||
];
|
||||
}'
|
||||
```
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
```bash
|
||||
nix-shell -E '
|
||||
let
|
||||
pkgsA = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/141439f6f11537ee349a58aaf97a5a5fc072365c.tar.gz) {});
|
||||
pkgsB = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/7d7622909a38a46415dd146ec046fdc0f3309f44.tar.gz) {});
|
||||
in
|
||||
pkgsA.mkShell {
|
||||
buildInputs = [
|
||||
pkgsA.ktlint
|
||||
pkgsB.jq
|
||||
];
|
||||
}'
|
||||
```
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
```bash
|
||||
nix-shell -E '
|
||||
let
|
||||
pkgsA = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/141439f6f11537ee349a58aaf97a5a5fc072365c.tar.gz) {});
|
||||
pkgsB = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/7d7622909a38a46415dd146ec046fdc0f3309f44.tar.gz) {});
|
||||
in
|
||||
pkgsA.mkShell {
|
||||
buildInputs = [
|
||||
pkgsA.ktlint
|
||||
pkgsB.jq
|
||||
];
|
||||
}'
|
||||
```
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
|
||||
|
||||
----
|
||||
[High-speed 10Gbps full-mesh network based on USB4 for just $47.98 – Fang-Pen's coding note](https://fangpenlin.com/posts/2024/01/14/high-speed-usb4-mesh-network/ )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user