nixops: install joplin

pull/21/head
Sebastien Bourdeauducq 2021-10-30 15:19:11 +08:00
parent bcc5502ec6
commit f56cc392d7
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,12 @@
{ config, pkgs, ... }:
let
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
{
deployment.targetHost = host;
@ -52,6 +58,7 @@ in
vscode-extensions.matklad.rust-analyzer
];
})
pkgs-unstable.joplin-desktop
virt-manager spice-gtk
(callPackage ./any-nix-shell.nix {})
];