chore: nixfmt *
This commit is contained in:
parent
dc761a5271
commit
d039179898
161 changed files with 2688 additions and 3024 deletions
|
@ -6,8 +6,10 @@ let
|
|||
sources = import ../../nix/sources.nix;
|
||||
|
||||
nixpkgs-master = import <nixpkgs-master> { inherit (super) config; };
|
||||
nixpkgs-unstable = import <channels-nixos-unstable> { inherit (super) config; };
|
||||
pr-holochain-launcher-bin = import sources.pr-holochain-launcher-bin { inherit (super) config; };
|
||||
nixpkgs-unstable =
|
||||
import <channels-nixos-unstable> { inherit (super) config; };
|
||||
pr-holochain-launcher-bin =
|
||||
import sources.pr-holochain-launcher-bin { inherit (super) config; };
|
||||
|
||||
in {
|
||||
inherit nixpkgs-master;
|
||||
|
@ -24,12 +26,14 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
qtile = super.qtile.overrideAttrs(oldAttrs: {
|
||||
propagatedBuildInputs = oldAttrs.passthru.unwrapped.propagatedBuildInputs ++ (with self.python3Packages; [
|
||||
# python-wifi
|
||||
# iwlib
|
||||
keyring
|
||||
]);
|
||||
qtile = super.qtile.overrideAttrs (oldAttrs: {
|
||||
propagatedBuildInputs = oldAttrs.passthru.unwrapped.propagatedBuildInputs
|
||||
++ (with self.python3Packages;
|
||||
[
|
||||
# python-wifi
|
||||
# iwlib
|
||||
keyring
|
||||
]);
|
||||
});
|
||||
|
||||
inherit (pr-holochain-launcher-bin) holochain-launcher;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue