Skip to content

Commit

Permalink
ci: revert back to nixpkgs unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Oct 22, 2024
1 parent 577f475 commit 3a3475f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down
1 change: 0 additions & 1 deletion tools/nix/parts/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ in {
nativeLibs = with pkgs;
[(lib.getDev openssl)]
++ lib.optionals stdenv.isLinux [
glibc
dbus
webkitgtk_4_1
(lib.getDev systemd)
Expand Down

0 comments on commit 3a3475f

Please sign in to comment.