From 1e3868ef2bdedb72a9ec535489da9aeb8ae93c16 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Mar 2025 19:21:27 +0100 Subject: chore: use nixpkgs-unstable as flake input --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5ca7f8a..4b20601 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,11 @@ description = "A basic gomod2nix flake"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; pre-commit-hooks = { url = "github:cachix/pre-commit-hooks.nix"; + inputs.nixpkgs.follows = "nixpkgs"; }; gomod2nix = { url = "github:nix-community/gomod2nix"; -- cgit 1.4.1