From 65c5eb2e2f0ac6f2d9f60d98a093a03a6da5a848 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 26 Aug 2025 16:06:21 +0200 Subject: Deduplicate flake inputs --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4c84305..80681a1 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,10 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; - naersk.url = "github:nix-community/naersk"; + naersk = { + url = "github:nix-community/naersk"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, flake-utils, naersk, ... }@inputs: -- cgit v1.2.3