Skip to content

Commit

Permalink
Bump weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Sep 25, 2024
1 parent 0653e6d commit ea97a5b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
46 changes: 23 additions & 23 deletions flake.lock

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

11 changes: 5 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
};

holochain = {
url = "github:holochain/holochain/?ref=slim-down-release-builds-part-1"; # holochain-0.4.0-dev.25 + fixes to build on nightly Rust and release opt
url = "github:holochain/holochain/?ref=holochain-0.4.0-dev.26";
flake = false;
};

lair-keystore = {
url = "github:holochain/lair/lair_keystore-v0.5.1";
url = "github:holochain/lair/lair_keystore-v0.5.2";
flake = false;
};

Expand All @@ -45,6 +45,8 @@
outputs = inputs @ { nixpkgs, crane, flake-utils, rust-overlay, ... }:
flake-utils.lib.eachDefaultSystem
(localSystem: {
formatter = nixpkgs.legacyPackages.${localSystem}.nixpkgs-fmt;

packages =
let
pkgs = nixpkgs.legacyPackages.${localSystem};
Expand Down Expand Up @@ -141,8 +143,5 @@
patchelf
]);
};
}) // {
# Add dev helpers that are not required to be platform agnostic
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
};
});
}

0 comments on commit ea97a5b

Please sign in to comment.