mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: add nats-cli
This commit is contained in:
parent
5890ba2ddd
commit
4696d07817
2 changed files with 6 additions and 0 deletions
5
legacy_modules/dev/nats.nix
Normal file
5
legacy_modules/dev/nats.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgsUnstable, ...}: {
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgsUnstable.natscli
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -13,5 +13,6 @@
|
||||||
./dev/aider.nix
|
./dev/aider.nix
|
||||||
./dev/clickhouse.nix
|
./dev/clickhouse.nix
|
||||||
./dev/playwright.nix
|
./dev/playwright.nix
|
||||||
|
./dev/nats.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue