mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: add envsubst to allow for dev-scripts to install
This commit is contained in:
parent
664694128a
commit
71f9b22346
3 changed files with 11 additions and 0 deletions
6
modules/dev/clickhouse.nix
Normal file
6
modules/dev/clickhouse.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgsUnstable, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgsUnstable.clickhouse
|
||||
pkgsUnstable.envsubst
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue