add holochain-launcher
This commit is contained in:
parent
46f1997ddd
commit
59ae28722f
5 changed files with 38 additions and 8 deletions
|
@ -7,7 +7,7 @@ let
|
|||
|
||||
nixpkgs-master = import <nixpkgs-master> { inherit (super) config; };
|
||||
nixpkgs-unstable = import <channels-nixos-unstable> { inherit (super) config; };
|
||||
nixpkgs-staging-steveej = import sources.nixpkgs_staging_steveej { inherit (super) config; };
|
||||
pr-holochain-launcher-bin = import sources.pr-holochain-launcher-bin { inherit (super) config; };
|
||||
|
||||
in {
|
||||
inherit nixpkgs-master;
|
||||
|
@ -32,5 +32,7 @@ in {
|
|||
]);
|
||||
});
|
||||
|
||||
inherit (pr-holochain-launcher-bin) holochain-launcher;
|
||||
|
||||
# logseq = nixpkgs-staging-steveej.logseq;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue