From b9ca4faa640deb1cc39fa1d46b6fd03e145a5e33 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 24 Feb 2023 16:05:26 +0100 Subject: [PATCH] Fixed typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d3763ff..e425ce8 100644 --- a/flake.nix +++ b/flake.nix @@ -99,7 +99,7 @@ }; flake-utils.url = github:numtide/flake-utils; nixlib.url = github:nix-community/nixpkgs.lib; - naersk.url = { + naersk = { url = github:nix-community/naersk; inputs.nixpkgs.follows = "nixpkgs"; };