From 2989fe652d2e97d6a9f4bd8f0c17a6bb81a26caa Mon Sep 17 00:00:00 2001 From: oz Date: Sun, 28 Sep 2025 19:13:06 +0000 Subject: [PATCH] Update nixpkgs url. --- flake.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8dbe962..a549ca1 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "The ngrok docker container"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; flake-compat = { url = "github:edolstra/flake-compat"; @@ -10,7 +10,13 @@ }; }; - outputs = { self, nixpkgs, flake-utils, ... }: + outputs = + { + self, + nixpkgs, + flake-utils, + ... + }: let pkgs = import nixpkgs { system = "x86_64-linux";