Skip to content

Commit

Permalink
Nix: Switch to nixpkgs-unstable, rather than nixos-unstable. (#389)
Browse files Browse the repository at this point in the history
### What

If we're going to be unstable, let's go all the way.

This change was motivated by needing to upgrade cargo-machete to make it
work with Rust v1.77, and not having the upgrade in nixos-unstable.

### How

I switched `nixpkgs` to the default branch.
  • Loading branch information
SamirTalwar authored Mar 26, 2024
1 parent d9f9a42 commit 8f4ab4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "PostgreSQL data connector";

inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = github:NixOS/nixpkgs;
flake-utils.url = github:numtide/flake-utils;

crane = {
Expand Down

0 comments on commit 8f4ab4c

Please sign in to comment.