8000 Sam/build ami local by samrose · Pull Request #1547 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

Sam/build ami local #1547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: pin nixpkgs dep until ready to update
  • Loading branch information
samrose committed Apr 30, 2025
commit 0ad7f7e42422d194673d46dd16df6022d8cb0f1b
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.

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 = "Prototype tooling for deploying PostgreSQL";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/a76c4553d7e741e17f289224eda135423de0491d?narHash=sha256-WwjUkWsjlU8iUImbivlYxNyMB1L5YVqE8QotQdL9jWc%3D";
flake-utils.url = "github:numtide/flake-utils";
nix-editor.url = "github:snowfallorg/nix-editor";
rust-overlay.url = "github:oxalica/rust-overlay";
Expand Down
Loading
0