Skip to content

Commit

Permalink
Updated flake
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 28, 2024
1 parent fbff83a commit 5f5b4cf
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 77 deletions.
2 changes: 1 addition & 1 deletion examples/holochain-runtime/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Template for Holochain app development";

inputs = {
holonix.url = "github:holochain/holonix";
holonix.url = "github:holochain/holonix/main-0.4";

nixpkgs.follows = "holonix/nixpkgs";
flake-parts.follows = "holonix/flake-parts";
Expand Down
113 changes: 42 additions & 71 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
description = "Build cross-platform holochain apps and runtimes";

inputs = {
nixpkgs.follows = "tnesh-stack/nixpkgs";

holonix.url = "github:holochain/holonix/main-0.4";
nixpkgs.follows = "holonix/nixpkgs";
rust-overlay.follows = "holonix/rust-overlay";
android-nixpkgs.url =
"github:tadfisher/android-nixpkgs/4aeeeec599210e54aee0ac31d4fcb512f87351a0";
crane.follows = "holonix/crane";

tnesh-stack.url = "github:darksoil-studio/tnesh-stack/main-0.4";
crane.follows = "tnesh-stack/crane";

android-nixpkgs.url =
"github:tadfisher/android-nixpkgs/4aeeeec599210e54aee0ac31d4fcb512f87351a0";
};

nixConfig = {
Expand Down

0 comments on commit 5f5b4cf

Please sign in to comment.