radicale path updates and updatekey command
This commit is contained in:
parent
faf0818e00
commit
eadfa1a28c
7 changed files with 179 additions and 9 deletions
18
nix/pkgs/logseq/flake.nix
Normal file
18
nix/pkgs/logseq/flake.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
inputs = {
|
||||
utils.url = "github:numtide/flake-utils";
|
||||
# clj2nix.url = "github:hlolli/clj2nix";
|
||||
logseq.url = "github:logseq/logseq/0.5.9";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, self, utils }: utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
# clj2nixBin = clj2nix.defaultPackage.${system};
|
||||
in
|
||||
{
|
||||
packages = pkgs.callPackage ./default.nix { inherit self; };
|
||||
nixpkgs = pkgs;
|
||||
});
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue