forked from M-Labs/it-infra
nixops: install joplin
This commit is contained in:
parent
bcc5502ec6
commit
f56cc392d7
|
@ -3,6 +3,12 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
m-labs = import (fetchTarball https://nixbld.m-labs.hk/channel/custom/artiq/full/artiq-full/nixexprs.tar.xz) { inherit pkgs; };
|
m-labs = import (fetchTarball https://nixbld.m-labs.hk/channel/custom/artiq/full/artiq-full/nixexprs.tar.xz) { inherit pkgs; };
|
||||||
|
pkgs-unstable = import (pkgs.fetchFromGitHub {
|
||||||
|
owner = "nixos";
|
||||||
|
repo = "nixpkgs";
|
||||||
|
rev = "2ec0c698eaf3e7a4d13988538f08d65b3d006f40";
|
||||||
|
sha256 = "137py5fhmjs3p1dgqmd7cxsxzzs67nrqqijxmflb0ck1fnfzrij7";
|
||||||
|
}) {};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
deployment.targetHost = host;
|
deployment.targetHost = host;
|
||||||
|
@ -52,6 +58,7 @@ in
|
||||||
vscode-extensions.matklad.rust-analyzer
|
vscode-extensions.matklad.rust-analyzer
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
pkgs-unstable.joplin-desktop
|
||||||
virt-manager spice-gtk
|
virt-manager spice-gtk
|
||||||
(callPackage ./any-nix-shell.nix {})
|
(callPackage ./any-nix-shell.nix {})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue