Fixed typo

This commit is contained in:
Johannes Jöns 2023-02-24 16:05:26 +01:00
parent 4016b181b0
commit b9ca4faa64

View file

@ -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";
};