forked from mirror/dwl
add flake dependencies
This commit is contained in:
parent
8eb6cc467c
commit
7e2bbdbfaf
1 changed files with 3 additions and 2 deletions
|
@ -10,9 +10,10 @@
|
|||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = nixpkgs.lib.platforms.unix;
|
||||
perSystem = { config, self', inputs', pkgs, system, ... }: {
|
||||
packages.default = pkgs.dwl.overrideAttrs {
|
||||
packages.default = (old: pkgs.dwl.overrideAttrs {
|
||||
buildInputs = old.buildInputs ++ pkgs.fcft;
|
||||
src = ./.;
|
||||
};
|
||||
});
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue