Skip to content

Commit

Permalink
flake-programs-sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
leo60228 committed Jul 5, 2024
1 parent bd377ae commit 642d527
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ lib.makeComponent "extra" (
cfg,
pkgs,
lib,
flakes,
...
}:
with lib;
Expand Down Expand Up @@ -124,6 +125,8 @@ lib.makeComponent "extra" (
XDG_RUNTIME_DIR = "/run/user/${toString config.users.users.leo60228.uid}";
PIPEWIRE_CONFIG_NAME = "client-rt.conf";
};

programs.command-not-found.dbPath = flakes.flake-programs-sqlite.packages.${pkgs.system}.programs-sqlite;
};
}
)
37 changes: 37 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
url = "github:zhaofengli/colmena";
inputs.nixpkgs.follows = "nixpkgs";
};
inputs.flake-programs-sqlite = {
url = "github:wamserma/flake-programs-sqlite";
inputs.nixpkgs.follows = "nixpkgs";
};

outputs =
{
Expand Down

0 comments on commit 642d527

Please sign in to comment.