Skip to content

Commit

Permalink
nix: use latest nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 6, 2025
1 parent 13e3070 commit 2e55b18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "Nix flake for Go implementaion of Waku v2 node.";

inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.11;
inputs.nixpkgs.url = github:NixOS/nixpkgs/master;

outputs = { self, nixpkgs }:
let
Expand Down Expand Up @@ -50,7 +50,7 @@
inputsFrom = [ packages.${system}.node ];
buildInputs = with pkgs; [ golangci-lint ];
nativeBuildInputs = lib.optional stdenv.isDarwin [
(pkgs.xcodeenv.composeXcodeWrapper { version = "14.2"; allowHigher = true; })
(pkgs.xcodeenv.composeXcodeWrapper { version = ["15.1"]; })
];
};

Expand Down

0 comments on commit 2e55b18

Please sign in to comment.