summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-08-26 16:06:21 +0200
committerStefan Kreutz <mail@skreutz.com>2025-08-26 16:06:21 +0200
commit65c5eb2e2f0ac6f2d9f60d98a093a03a6da5a848 (patch)
treecb5b258c3710228824ba6ed2f02579d3eed52e45 /flake.nix
parent5e21d8b3693692bebef74719e5a8a29d6790a1c1 (diff)
downloadwpa-psk-main.tar
Deduplicate flake inputsHEADmain
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
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:
Generated by cgit. See skreutz.com for my tech blog and contact information.