diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-09 20:10:02 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-10 15:45:11 -0400 |
commit | ca590402ad0d3aefd35d51bdfc016cac9453a47c (patch) | |
tree | 15b12d0fec8a8c30693a48699d2fd84e53d5e3a3 /derivation.nix | |
parent | dmd & ldc upkeep (dmd at 2.106.1) (diff) |
nix flake & env upkeep
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/derivation.nix b/derivation.nix index c136ae1..5ca32a0 100644 --- a/derivation.nix +++ b/derivation.nix @@ -97,7 +97,7 @@ with ( buildInputs = [ pkgs.sqlite ( - with pkgs; [ + with pkgs-nix; [ nixVersions.unstable #nixFlakes ## package manager dub @@ -108,7 +108,7 @@ with ( ] ) ]; - meta = with pkgs.lib; { + meta = with pkgs-nix.lib; { pname = "spine-search"; version = "0.14.0"; homepage = "https://sisudoc.org"; |