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
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
||||
toes = pkgs.foot.overrideAttrs {
|
||||
toes = pkgs.foot.overrideAttrs (prev: {
|
||||
pname = "toes";
|
||||
version = "1.26.1";
|
||||
src = ./.;
|
||||
};
|
||||
buildInputs = (prev.buildInputs or [ ]) ++ [
|
||||
pkgs.libsodium
|
||||
];
|
||||
});
|
||||
in
|
||||
{
|
||||
inherit toes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue