diff options
author | Alan Pearce | 2025-03-18 19:21:27 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-18 19:21:27 +0100 |
commit | 1e3868ef2bdedb72a9ec535489da9aeb8ae93c16 (patch) | |
tree | 317f09ac9ba8006f707ca4f23100895929b7d15b /flake.nix | |
parent | e29c292586d2c67b73608cd575e3e7920ac01a12 (diff) | |
download | searchix-1e3868ef2bdedb72a9ec535489da9aeb8ae93c16.tar.lz searchix-1e3868ef2bdedb72a9ec535489da9aeb8ae93c16.tar.zst searchix-1e3868ef2bdedb72a9ec535489da9aeb8ae93c16.zip |
chore: use nixpkgs-unstable as flake input
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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"; |