all repos — searchix @ 1e3868ef2bdedb72a9ec535489da9aeb8ae93c16

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: use nixpkgs-unstable as flake input

Alan Pearce
commit

1e3868ef2bdedb72a9ec535489da9aeb8ae93c16

parent

e29c292586d2c67b73608cd575e3e7920ac01a12

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M flake.nixflake.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";