Skip to content

Commit

Permalink
nixpkgs: use instance with zoom-us fix (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe authored Oct 6, 2024
1 parent e7092aa commit 10552fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
15 changes: 8 additions & 7 deletions flake.lock

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

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
};

inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
#nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = github:gvolpe/nixpkgs/zoom-us/min-version-check;
flake-schemas.url = github:DeterminateSystems/flake-schemas;

# https://github.com/NixOS/nixpkgs/commit/c3160517fc6381f86776795e95c97b8ef7b5d2e4
Expand Down Expand Up @@ -126,7 +127,7 @@
};

packages.${system} = {
inherit (pkgs) bazecor metals metals-updater;
inherit (pkgs) bazecor metals metals-updater zoom-us;
};
};
}

0 comments on commit 10552fe

Please sign in to comment.