Skip to content

Commit

Permalink
ci: use nixpkgs unstable channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed May 9, 2024
1 parent b8ef534 commit b6e0dae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
# TODO: we need rustc v1.74 or up, switch back to stable later
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

rust-overlay = {
url = "github:oxalica/rust-overlay";
Expand Down

0 comments on commit b6e0dae

Please sign in to comment.