Skip to content

Commit 140d157

Browse files
committed
chores: change nixpkgs flake input to the IPV6-compatible one
1 parent 6d1c16b commit 140d157

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

flake.lock

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Supabase Auth Service with Nix modules and steps";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
5+
nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
66
flake-utils.url = "github:numtide/flake-utils";
77
};
88

0 commit comments

Comments
 (0)