diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-22 17:15:29 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-22 17:15:29 +0100 |
commit | 27242fbf70758c9e10cc83e723dfaf9832404674 (patch) | |
tree | abec92b4920364bc26ff5d2ede8fed096e09a566 /cluster/staging/app | |
parent | 6db49e00590f88c09dba112c4c8b4b1ed4389d5a (diff) | |
download | nixcfg-27242fbf70758c9e10cc83e723dfaf9832404674.tar.gz nixcfg-27242fbf70758c9e10cc83e723dfaf9832404674.zip |
staging: cluster upgrades
Diffstat (limited to 'cluster/staging/app')
-rw-r--r-- | cluster/staging/app/im/deploy/im-nix.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/staging/app/im/deploy/im-nix.hcl b/cluster/staging/app/im/deploy/im-nix.hcl index b8a2bbe..318e954 100644 --- a/cluster/staging/app/im/deploy/im-nix.hcl +++ b/cluster/staging/app/im/deploy/im-nix.hcl @@ -55,6 +55,7 @@ job "im" { task "synapse" { driver = "nix2" config { + nixpkgs = "github:nixos/nixpkgs/nixos-23.11" packages = [ "#cacert", "#bash", |