about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-18 19:21:27 +0100
committerAlan Pearce2025-03-18 19:21:27 +0100
commit1e3868ef2bdedb72a9ec535489da9aeb8ae93c16 (patch)
tree317f09ac9ba8006f707ca4f23100895929b7d15b /flake.nix
parente29c292586d2c67b73608cd575e3e7920ac01a12 (diff)
downloadsearchix-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.nix3
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";