This commit is contained in:
Joakim Repomaa
2025-07-08 15:53:39 +03:00
parent 6fb5c1ffa5
commit 3a03103fc7
33 changed files with 45 additions and 1769 deletions

View File

@@ -2,6 +2,7 @@
inputs,
lib,
pkgs,
pkgs-unstable,
config,
...
}:
@@ -23,11 +24,10 @@ let
phases = [ "installPhase" ];
installPhase = ''
mkdir -p $out/bin
cp ${unstablePkgs.dnote}/bin/dnote-cli $out/bin/dnote
cp ${pkgs-unstable.dnote}/bin/dnote-cli $out/bin/dnote
'';
};
cfg = config.programs.dnote;
unstablePkgs = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
in
{
options.programs.dnote = {