aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-06-27 16:59:44 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-08-01 07:46:58 -0400
commit4d5ee2ead874c7a436faa8754eb99215927ea94d (patch)
treec1519c0b8db2302bcf46ffdce04a6580d7a012e5 /default.nix
parentorg-mode code block headers (diff)
dir rename ./sundry (from ./misc)
Diffstat (limited to 'default.nix')
-rwxr-xr-xdefault.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index fa1969f..5cc3592 100755
--- a/default.nix
+++ b/default.nix
@@ -84,8 +84,7 @@ mkDubDerivation rec {
version = "0.11.3";
src = ./.;
buildInputs = [
- pkgs.sqlite
- (
+ pkgs.sqlite (
with pkgs; [
nixFlakes
rund