Merge pull request 'add libsodium to flake' (#4) from atagen/toes:flake into master
Reviewed-on: #4
This commit is contained in:
commit
1962186ce1
1 changed files with 5 additions and 2 deletions
|
|
@ -21,11 +21,14 @@
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
|
|
||||||
toes = pkgs.foot.overrideAttrs {
|
toes = pkgs.foot.overrideAttrs (prev: {
|
||||||
pname = "toes";
|
pname = "toes";
|
||||||
version = "1.26.1";
|
version = "1.26.1";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
};
|
buildInputs = (prev.buildInputs or [ ]) ++ [
|
||||||
|
pkgs.libsodium
|
||||||
|
];
|
||||||
|
});
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit toes;
|
inherit toes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue