update cloudstation
This commit is contained in:
parent
b8c0044faa
commit
f75cf9bfa9
2 changed files with 59 additions and 94 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
cloudstation = pkgs.libsForQt5.callPackage (import ../packages/cloudstation.nix) {};
|
||||
|
||||
cloudstation = pkgs.callPackage (import ../packages/cloudstation.nix) {};
|
||||
in {
|
||||
|
||||
security.pki.certificateFiles = [
|
||||
|
@ -20,9 +19,9 @@ in {
|
|||
(import ../packages/oc311.nix)
|
||||
(import ../packages/oc46.nix)
|
||||
(import ../packages/openshift-install-4.5.nix)
|
||||
cloudstation
|
||||
astroid
|
||||
(pkgs.libsForQt5.callPackage (import ../packages/nagstamon.nix) {})
|
||||
cloudstation
|
||||
drone-cli
|
||||
govc
|
||||
go-jira
|
||||
|
@ -32,6 +31,6 @@ in {
|
|||
unstable.discord
|
||||
|
||||
unstable.obs-studio
|
||||
unstable.obs-wlrobs
|
||||
unstable.obs-studio-plugins.wlrobs
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue