Skip to content

Commit

Permalink
Merge pull request #339 from philipcristiano/nixpkgs-vs-nixos
Browse files Browse the repository at this point in the history
chore: Update to postgres 17 for dev
  • Loading branch information
philipcristiano authored Oct 30, 2024
2 parents 9e023c7 + ef4cf87 commit 93073d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay";
};
Expand All @@ -19,7 +19,7 @@
buildInputs = [
rust-bin.stable.latest.default
rust-analyzer
pkgs.postgresql_16
pkgs.postgresql_17
pkgs.foreman
pkgs.tailwindcss
pkgs.opentelemetry-collector
Expand Down

0 comments on commit 93073d1

Please sign in to comment.